Shades of Cornflower Blue #5E9EFE
Tints of Cornflower Blue #5E9EFE
RGB
CMYK
RGB Variations
Color information
#5E9EFE (or 0x5E9EFE) is known color: Cornflower Blue. HEX triplet: 5E, 9E and FE. RGB value is (94,158,254). Sum of RGB (Red+Green+Blue) = 94+158+254=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9EFE is #A16101. Grayscale: #959595. Windows color (decimal): -10576130 or 16686686. OLE color: 16686686.
HSL color Cylindrical-coordinate representation of color #5E9EFE: hue angle of 216º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9EFE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 158 | 254 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.00 |
| HSL | 216º | 0.99% | 0.68% | - |
| HSV(B) | 216º | 0.63% | 1% | - |
| XYZ | 34.73 | 33.99 | 98.5 | - |
| YUV | 149.81 | 186.8 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 254 | 0.63 | 0.38 | 0 | 0.00 | 216 | 0.99 | 0.68 |
| Hex | 5E | 9E | FE | 3F | 26 | 0 | 0 | D8 | 63 | 44 |
| Octal | 136 | 236 | 376 | 77 | 46 | 0 | 0 | 330 | 143 | 104 |
| Binary | 1011110 | 10011110 | 11111110 | 111111 | 100110 | 0 | 0 | 11011000 | 1100011 | 1000100 |
Color Harmonies of #5E9EFE
Complementary color
Monochromatic Colors of #5E9EFE
Black with #5E9EFE
Text Example
Text Example
White with #5E9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9EFE; }
p { color: rgb(94,158,254); }
H1.HeaderClassName
{
color: #5E9EFE;
}
.AnyTagClassName
{
color: #5E9EFE;
}
</style>
background-color css
<style>
a { background-color: #5E9EFE; }
a { background-color: rgb(94,158,254); }
div.DivClassName
{
background-color: #5E9EFE;
}
.BgClassName
{
background-color: #5E9EFE;
}
</style>
border-color css
<style>
span { border-color: #5E9EFE; }
span { border-color: rgb(94,158,254); }
td.TdClassName
{
border-color: #5E9EFE;
}
.TagClassName
{
border-color: #5E9EFE;
}
</style>