Shades of Cornflower Blue #5B8EEF
Tints of Cornflower Blue #5B8EEF
RGB
CMYK
RGB Variations
Color information
#5B8EEF (or 0x5B8EEF) is known color: Cornflower Blue. HEX triplet: 5B, 8E and EF. RGB value is (91,142,239). Sum of RGB (Red+Green+Blue) = 91+142+239=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B8EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8EEF is #A47110. Grayscale: #898989. Windows color (decimal): -10776849 or 15699547. OLE color: 15699547.
HSL color Cylindrical-coordinate representation of color #5B8EEF: hue angle of 219.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B8EEF is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 142 | 239 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.06 |
| HSL | 219.32º | 0.82% | 0.65% | - |
| HSV(B) | 219.32º | 0.62% | 0.94% | - |
| XYZ | 29.57 | 27.8 | 85.47 | - |
| YUV | 137.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 239 | 0.62 | 0.41 | 0 | 0.06 | 219.32 | 0.82 | 0.65 |
| Hex | 5B | 8E | EF | 3E | 29 | 0 | 6 | DB | 52 | 41 |
| Octal | 133 | 216 | 357 | 76 | 51 | 0 | 6 | 333 | 122 | 101 |
| Binary | 1011011 | 10001110 | 11101111 | 111110 | 101001 | 0 | 110 | 11011011 | 1010010 | 1000001 |
Color Harmonies of #5B8EEF
Complementary color
Monochromatic Colors of #5B8EEF
Black with #5B8EEF
Text Example
Text Example
White with #5B8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8EEF; }
p { color: rgb(91,142,239); }
H1.HeaderClassName
{
color: #5B8EEF;
}
.AnyTagClassName
{
color: #5B8EEF;
}
</style>
background-color css
<style>
a { background-color: #5B8EEF; }
a { background-color: rgb(91,142,239); }
div.DivClassName
{
background-color: #5B8EEF;
}
.BgClassName
{
background-color: #5B8EEF;
}
</style>
border-color css
<style>
span { border-color: #5B8EEF; }
span { border-color: rgb(91,142,239); }
td.TdClassName
{
border-color: #5B8EEF;
}
.TagClassName
{
border-color: #5B8EEF;
}
</style>