Shades of Cornflower Blue #5B9EEE
Tints of Cornflower Blue #5B9EEE
RGB
CMYK
RGB Variations
Color information
#5B9EEE (or 0x5B9EEE) is known color: Cornflower Blue. HEX triplet: 5B, 9E and EE. RGB value is (91,158,238). Sum of RGB (Red+Green+Blue) = 91+158+238=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B9EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9EEE is #A46111. Grayscale: #929292. Windows color (decimal): -10772754 or 15638107. OLE color: 15638107.
HSL color Cylindrical-coordinate representation of color #5B9EEE: hue angle of 212.65º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B9EEE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 158 | 238 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.07 |
| HSL | 212.65º | 0.81% | 0.65% | - |
| HSV(B) | 212.65º | 0.62% | 0.93% | - |
| XYZ | 31.97 | 32.85 | 85.54 | - |
| YUV | 147.09 | 179.3 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 238 | 0.62 | 0.34 | 0 | 0.07 | 212.65 | 0.81 | 0.65 |
| Hex | 5B | 9E | EE | 3E | 22 | 0 | 7 | D5 | 51 | 41 |
| Octal | 133 | 236 | 356 | 76 | 42 | 0 | 7 | 325 | 121 | 101 |
| Binary | 1011011 | 10011110 | 11101110 | 111110 | 100010 | 0 | 111 | 11010101 | 1010001 | 1000001 |
Color Harmonies of #5B9EEE
Complementary color
Monochromatic Colors of #5B9EEE
Black with #5B9EEE
Text Example
Text Example
White with #5B9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9EEE; }
p { color: rgb(91,158,238); }
H1.HeaderClassName
{
color: #5B9EEE;
}
.AnyTagClassName
{
color: #5B9EEE;
}
</style>
background-color css
<style>
a { background-color: #5B9EEE; }
a { background-color: rgb(91,158,238); }
div.DivClassName
{
background-color: #5B9EEE;
}
.BgClassName
{
background-color: #5B9EEE;
}
</style>
border-color css
<style>
span { border-color: #5B9EEE; }
span { border-color: rgb(91,158,238); }
td.TdClassName
{
border-color: #5B9EEE;
}
.TagClassName
{
border-color: #5B9EEE;
}
</style>