Shades of Cornflower Blue #5E7FDB
Tints of Cornflower Blue #5E7FDB
RGB
CMYK
RGB Variations
Color information
#5E7FDB (or 0x5E7FDB) is known color: Cornflower Blue. HEX triplet: 5E, 7F and DB. RGB value is (94,127,219). Sum of RGB (Red+Green+Blue) = 94+127+219=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FDB is #A18024. Grayscale: #7F7F7F. Windows color (decimal): -10584101 or 14384990. OLE color: 14384990.
HSL color Cylindrical-coordinate representation of color #5E7FDB: hue angle of 224.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7FDB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 94 | 127 | 219 | - |
CMYK | 0.57 | 0.42 | 0 | 0.14 |
HSL | 224.16º | 0.63% | 0.61% | - |
HSV(B) | 224.16º | 0.57% | 0.86% | - |
XYZ | 24.99 | 22.67 | 70.08 | - |
YUV | 127.62 | 179.57 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 127 | 219 | 0.57 | 0.42 | 0 | 0.14 | 224.16 | 0.63 | 0.61 |
Hex | 5E | 7F | DB | 39 | 2A | 0 | E | E0 | 3F | 3D |
Octal | 136 | 177 | 333 | 71 | 52 | 0 | 16 | 340 | 77 | 75 |
Binary | 1011110 | 1111111 | 11011011 | 111001 | 101010 | 0 | 1110 | 11100000 | 111111 | 111101 |
Color Harmonies of #5E7FDB
Complementary color
Monochromatic Colors of #5E7FDB
Black with #5E7FDB
Text Example
Text Example
White with #5E7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7FDB; }
p { color: rgb(94,127,219); }
H1.HeaderClassName
{
color: #5E7FDB;
}
.AnyTagClassName
{
color: #5E7FDB;
}
</style>
background-color css
<style>
a { background-color: #5E7FDB; }
a { background-color: rgb(94,127,219); }
div.DivClassName
{
background-color: #5E7FDB;
}
.BgClassName
{
background-color: #5E7FDB;
}
</style>
border-color css
<style>
span { border-color: #5E7FDB; }
span { border-color: rgb(94,127,219); }
td.TdClassName
{
border-color: #5E7FDB;
}
.TagClassName
{
border-color: #5E7FDB;
}
</style>