Shades of Cornflower Blue #5E9BFF
Tints of Cornflower Blue #5E9BFF
RGB
CMYK
RGB Variations
Color information
#5E9BFF (or 0x5E9BFF) is known color: Cornflower Blue. HEX triplet: 5E, 9B and FF. RGB value is (94,155,255). Sum of RGB (Red+Green+Blue) = 94+155+255=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9BFF is #A16400. Grayscale: #939393. Windows color (decimal): -10576897 or 16751454. OLE color: 16751454.
HSL color Cylindrical-coordinate representation of color #5E9BFF: hue angle of 217.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9BFF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 155 | 255 | - |
| CMYK | 0.63 | 0.39 | 0 | 0 |
| HSL | 217.27º | 1% | 0.68% | - |
| HSV(B) | 217.27º | 0.63% | 1% | - |
| XYZ | 34.39 | 33.04 | 99.17 | - |
| YUV | 148.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 255 | 0.63 | 0.39 | 0 | 0 | 217.27 | 1 | 0.68 |
| Hex | 5E | 9B | FF | 3F | 27 | 0 | 0 | D9 | 64 | 44 |
| Octal | 136 | 233 | 377 | 77 | 47 | 0 | 0 | 331 | 144 | 104 |
| Binary | 1011110 | 10011011 | 11111111 | 111111 | 100111 | 0 | 0 | 11011001 | 1100100 | 1000100 |
Color Harmonies of #5E9BFF
Complementary color
Monochromatic Colors of #5E9BFF
Black with #5E9BFF
Text Example
Text Example
White with #5E9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9BFF; }
p { color: rgb(94,155,255); }
H1.HeaderClassName
{
color: #5E9BFF;
}
.AnyTagClassName
{
color: #5E9BFF;
}
</style>
background-color css
<style>
a { background-color: #5E9BFF; }
a { background-color: rgb(94,155,255); }
div.DivClassName
{
background-color: #5E9BFF;
}
.BgClassName
{
background-color: #5E9BFF;
}
</style>
border-color css
<style>
span { border-color: #5E9BFF; }
span { border-color: rgb(94,155,255); }
td.TdClassName
{
border-color: #5E9BFF;
}
.TagClassName
{
border-color: #5E9BFF;
}
</style>