Shades of Cornflower Blue #5BA8EF
Tints of Cornflower Blue #5BA8EF
RGB
CMYK
RGB Variations
Color information
#5BA8EF (or 0x5BA8EF) is known color: Cornflower Blue. HEX triplet: 5B, A8 and EF. RGB value is (91,168,239). Sum of RGB (Red+Green+Blue) = 91+168+239=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA8EF is #A45710. Grayscale: #989898. Windows color (decimal): -10770193 or 15706203. OLE color: 15706203.
HSL color Cylindrical-coordinate representation of color #5BA8EF: hue angle of 208.78º 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 #5BA8EF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 168 | 239 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.06 |
| HSL | 208.78º | 0.82% | 0.65% | - |
| HSV(B) | 208.78º | 0.62% | 0.94% | - |
| XYZ | 33.9 | 36.46 | 86.91 | - |
| YUV | 153.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 239 | 0.62 | 0.30 | 0 | 0.06 | 208.78 | 0.82 | 0.65 |
| Hex | 5B | A8 | EF | 3E | 1E | 0 | 6 | D1 | 52 | 41 |
| Octal | 133 | 250 | 357 | 76 | 36 | 0 | 6 | 321 | 122 | 101 |
| Binary | 1011011 | 10101000 | 11101111 | 111110 | 11110 | 0 | 110 | 11010001 | 1010010 | 1000001 |
Color Harmonies of #5BA8EF
Complementary color
Monochromatic Colors of #5BA8EF
Black with #5BA8EF
Text Example
Text Example
White with #5BA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA8EF; }
p { color: rgb(91,168,239); }
H1.HeaderClassName
{
color: #5BA8EF;
}
.AnyTagClassName
{
color: #5BA8EF;
}
</style>
background-color css
<style>
a { background-color: #5BA8EF; }
a { background-color: rgb(91,168,239); }
div.DivClassName
{
background-color: #5BA8EF;
}
.BgClassName
{
background-color: #5BA8EF;
}
</style>
border-color css
<style>
span { border-color: #5BA8EF; }
span { border-color: rgb(91,168,239); }
td.TdClassName
{
border-color: #5BA8EF;
}
.TagClassName
{
border-color: #5BA8EF;
}
</style>