#5E8DF0

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

Shades of Cornflower Blue #5E8DF0

Tints of Cornflower Blue #5E8DF0

Color information

#5E8DF0 (or 0x5E8DF0) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8D and F0. RGB value is (94,141,240). Sum of RGB (Red+Green+Blue) = 94+141+240=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #5E8DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8DF0 is #A1720F. Grayscale: #898989. Windows color (decimal): -10580496 or 15764830. OLE color: 15764830.

HSL color Cylindrical-coordinate representation of color #5E8DF0: hue angle of 220.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E8DF0 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB94141240-
CMYK0.610.4100.06
HSL220.68º82.95%65.49%-
HSV(B)220.68º60.83%94.12%-
XYZ29.8727.7286.21-
YUV138.23185.4396.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.79%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=19.79%
G=29.68%
B=50.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal941412400.610.4100.06220.6882.9565.49
Hex5E8DF03D2906dd5341
Octal136215360755106335123101
Binary1011110100011011111000011110110100101101101110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,141,240); }

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

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

 a { background-color: rgb(94,141,240); }

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

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

 span { border-color: rgb(94,141,240); }

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