#5EA9F2

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

Shades of Cornflower Blue #5EA9F2

Tints of Cornflower Blue #5EA9F2

Color information

#5EA9F2 (or 0x5EA9F2) is unknown color: approx Cornflower Blue. HEX triplet: 5E, A9 and F2. RGB value is (94,169,242). Sum of RGB (Red+Green+Blue) = 94+169+242=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #5EA9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EA9F2 is #A1560D. Grayscale: #9A9A9A. Windows color (decimal): -10573326 or 15903070. OLE color: 15903070.

HSL color Cylindrical-coordinate representation of color #5EA9F2: hue angle of 209.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EA9F2 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB94169242-
CMYK0.610.3000.05
HSL209.59º85.06%65.88%-
HSV(B)209.59º61.16%94.9%-
XYZ34.8337.1789.34-
YUV154.9177.1584.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.61%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=18.61%
G=33.47%
B=47.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal941692420.610.3000.05209.5985.0665.88
Hex5EA9F23D1E05d25542
Octal136251362753605322125102
Binary101111010101001111100101111011111001011101001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA9F2; }

 p { color: rgb(94,169,242); }

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

<style>
 a { background-color: #5EA9F2; }

 a { background-color: rgb(94,169,242); }

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

<style>
 span { border-color: #5EA9F2; }

 span { border-color: rgb(94,169,242); }

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