Shades of Cornflower Blue #5E7EFC
Tints of Cornflower Blue #5E7EFC
RGB
CMYK
RGB Variations
Color information
#5E7EFC (or 0x5E7EFC) is known color: Cornflower Blue. HEX triplet: 5E, 7E and FC. RGB value is (94,126,252). Sum of RGB (Red+Green+Blue) = 94+126+252=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E7EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E7EFC is #A18103. Grayscale: #828282. Windows color (decimal): -10584324 or 16547422. OLE color: 16547422.
HSL color Cylindrical-coordinate representation of color #5E7EFC: hue angle of 227.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E7EFC is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 126 | 252 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.01 |
| HSL | 227.85º | 0.96% | 0.68% | - |
| HSV(B) | 227.85º | 0.63% | 0.99% | - |
| XYZ | 29.65 | 24.33 | 95.23 | - |
| YUV | 130.8 | 196.4 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 252 | 0.63 | 0.5 | 0 | 0.01 | 227.85 | 0.96 | 0.68 |
| Hex | 5E | 7E | FC | 3F | 32 | 0 | 1 | E4 | 60 | 44 |
| Octal | 136 | 176 | 374 | 77 | 62 | 0 | 1 | 344 | 140 | 104 |
| Binary | 1011110 | 1111110 | 11111100 | 111111 | 110010 | 0 | 1 | 11100100 | 1100000 | 1000100 |
Color Harmonies of #5E7EFC
Complementary color
Monochromatic Colors of #5E7EFC
Black with #5E7EFC
Text Example
Text Example
White with #5E7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7EFC; }
p { color: rgb(94,126,252); }
H1.HeaderClassName
{
color: #5E7EFC;
}
.AnyTagClassName
{
color: #5E7EFC;
}
</style>
background-color css
<style>
a { background-color: #5E7EFC; }
a { background-color: rgb(94,126,252); }
div.DivClassName
{
background-color: #5E7EFC;
}
.BgClassName
{
background-color: #5E7EFC;
}
</style>
border-color css
<style>
span { border-color: #5E7EFC; }
span { border-color: rgb(94,126,252); }
td.TdClassName
{
border-color: #5E7EFC;
}
.TagClassName
{
border-color: #5E7EFC;
}
</style>