Shades of Cornflower Blue #5E9DEF
Tints of Cornflower Blue #5E9DEF
RGB
CMYK
RGB Variations
Color information
#5E9DEF (or 0x5E9DEF) is known color: Cornflower Blue. HEX triplet: 5E, 9D and EF. RGB value is (94,157,239). Sum of RGB (Red+Green+Blue) = 94+157+239=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E9DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9DEF is #A16210. Grayscale: #939393. Windows color (decimal): -10576401 or 15703390. OLE color: 15703390.
HSL color Cylindrical-coordinate representation of color #5E9DEF: hue angle of 213.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E9DEF is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 157 | 239 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.06 |
| HSL | 213.93º | 0.82% | 0.65% | - |
| HSV(B) | 213.93º | 0.61% | 0.94% | - |
| XYZ | 32.25 | 32.73 | 86.28 | - |
| YUV | 147.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 239 | 0.61 | 0.34 | 0 | 0.06 | 213.93 | 0.82 | 0.65 |
| Hex | 5E | 9D | EF | 3D | 22 | 0 | 6 | D6 | 52 | 41 |
| Octal | 136 | 235 | 357 | 75 | 42 | 0 | 6 | 326 | 122 | 101 |
| Binary | 1011110 | 10011101 | 11101111 | 111101 | 100010 | 0 | 110 | 11010110 | 1010010 | 1000001 |
Color Harmonies of #5E9DEF
Complementary color
Monochromatic Colors of #5E9DEF
Black with #5E9DEF
Text Example
Text Example
White with #5E9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9DEF; }
p { color: rgb(94,157,239); }
H1.HeaderClassName
{
color: #5E9DEF;
}
.AnyTagClassName
{
color: #5E9DEF;
}
</style>
background-color css
<style>
a { background-color: #5E9DEF; }
a { background-color: rgb(94,157,239); }
div.DivClassName
{
background-color: #5E9DEF;
}
.BgClassName
{
background-color: #5E9DEF;
}
</style>
border-color css
<style>
span { border-color: #5E9DEF; }
span { border-color: rgb(94,157,239); }
td.TdClassName
{
border-color: #5E9DEF;
}
.TagClassName
{
border-color: #5E9DEF;
}
</style>