#7485e4

Color #7485E4 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7485E4

Tints of Cornflower Blue #7485E4

Color information

#7485E4 (or 0x7485E4) is unknown color: approx Cornflower Blue. HEX triplet: 74, 85 and E4. RGB value is (116,133,228). Sum of RGB (Red+Green+Blue) = 116+133+228=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #7485E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7485E4 is #8B7A1B. Grayscale: #8A8A8A. Windows color (decimal): -9140764 or 14976372. OLE color: 14976372.

HSL color Cylindrical-coordinate representation of color #7485E4: hue angle of 230.89º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7485E4 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116133228-
CMYK0.490.4200.11
HSL230.89º67.47%67.45%-
HSV(B)230.89º49.12%89.41%-
XYZ29.5926.0976.87-
YUV138.75178.37111.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 24.32%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 228 (89.45% from 255) = 47.80%
R=24.32%
G=27.88%
B=47.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161332280.490.4200.11230.8967.4767.45
Hex7485E4312A0Be74343
Octal1642053446152013347103103
Binary11101001000010111100100110001101010010111110011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7485e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7485e4; }

 p { color: rgb(116,133,228); }

 H1.HeaderClassName
 {
   color: #7485e4;
 }
 .AnyTagClassName
 {
   color: #7485e4;
 }
</style>
background-color css

<style>
 a { background-color: #7485e4; }

 a { background-color: rgb(116,133,228); }

 div.DivClassName
 {
   background-color: #7485e4;
 }
 .BgClassName
 {
   background-color: #7485e4;
 }
</style>
border-color css

<style>
 span { border-color: #7485e4; }

 span { border-color: rgb(116,133,228); }

 td.TdClassName
 {
   border-color: #7485e4;
 }
 .TagClassName
 {
   border-color: #7485e4;
 }
</style>