Shades of Cornflower Blue #5E9BFC
Tints of Cornflower Blue #5E9BFC
RGB
CMYK
RGB Variations
Color information
#5E9BFC (or 0x5E9BFC) is known color: Cornflower Blue. HEX triplet: 5E, 9B and FC. RGB value is (94,155,252). Sum of RGB (Red+Green+Blue) = 94+155+252=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E9BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9BFC is #A16403. Grayscale: #939393. Windows color (decimal): -10576900 or 16554846. OLE color: 16554846.
HSL color Cylindrical-coordinate representation of color #5E9BFC: hue angle of 216.84º 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 #5E9BFC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 155 | 252 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.01 |
| HSL | 216.84º | 0.96% | 0.68% | - |
| HSV(B) | 216.84º | 0.63% | 0.99% | - |
| XYZ | 33.91 | 32.85 | 96.65 | - |
| YUV | 147.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 252 | 0.63 | 0.38 | 0 | 0.01 | 216.84 | 0.96 | 0.68 |
| Hex | 5E | 9B | FC | 3F | 26 | 0 | 1 | D9 | 60 | 44 |
| Octal | 136 | 233 | 374 | 77 | 46 | 0 | 1 | 331 | 140 | 104 |
| Binary | 1011110 | 10011011 | 11111100 | 111111 | 100110 | 0 | 1 | 11011001 | 1100000 | 1000100 |
Color Harmonies of #5E9BFC
Complementary color
Monochromatic Colors of #5E9BFC
Black with #5E9BFC
Text Example
Text Example
White with #5E9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9BFC; }
p { color: rgb(94,155,252); }
H1.HeaderClassName
{
color: #5E9BFC;
}
.AnyTagClassName
{
color: #5E9BFC;
}
</style>
background-color css
<style>
a { background-color: #5E9BFC; }
a { background-color: rgb(94,155,252); }
div.DivClassName
{
background-color: #5E9BFC;
}
.BgClassName
{
background-color: #5E9BFC;
}
</style>
border-color css
<style>
span { border-color: #5E9BFC; }
span { border-color: rgb(94,155,252); }
td.TdClassName
{
border-color: #5E9BFC;
}
.TagClassName
{
border-color: #5E9BFC;
}
</style>