#5E9CFB

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

Shades of Cornflower Blue #5E9CFB

Tints of Cornflower Blue #5E9CFB

Color information

#5E9CFB (or 0x5E9CFB) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 9C and FB. RGB value is (94,156,251). Sum of RGB (Red+Green+Blue) = 94+156+251=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CFB is #A16304. Grayscale: #939393. Windows color (decimal): -10576645 or 16489566. OLE color: 16489566.

HSL color Cylindrical-coordinate representation of color #5E9CFB: hue angle of 216.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9CFB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94156251-
CMYK0.630.3800.02
HSL216.31º95.15%67.65%-
HSV(B)216.31º62.55%98.43%-
XYZ33.9233.1295.87-
YUV148.29185.9689.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.76%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=18.76%
G=31.14%
B=50.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941562510.630.3800.02216.3195.1567.65
Hex5E9CFB3F2602d85f44
Octal136234373774602330137104
Binary101111010011100111110111111111001100101101100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,156,251); }

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

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

 a { background-color: rgb(94,156,251); }

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

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

 span { border-color: rgb(94,156,251); }

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