Shades of Cornflower Blue #5BA0EB
Tints of Cornflower Blue #5BA0EB
RGB
CMYK
RGB Variations
Color information
#5BA0EB (or 0x5BA0EB) is known color: Cornflower Blue. HEX triplet: 5B, A0 and EB. RGB value is (91,160,235). Sum of RGB (Red+Green+Blue) = 91+160+235=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BA0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA0EB is #A45F14. Grayscale: #939393. Windows color (decimal): -10772245 or 15442011. OLE color: 15442011.
HSL color Cylindrical-coordinate representation of color #5BA0EB: hue angle of 211.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA0EB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 160 | 235 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.08 |
| HSL | 211.25º | 0.78% | 0.64% | - |
| HSV(B) | 211.25º | 0.61% | 0.92% | - |
| XYZ | 31.88 | 33.36 | 83.36 | - |
| YUV | 147.92 | 177.14 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 235 | 0.61 | 0.32 | 0 | 0.08 | 211.25 | 0.78 | 0.64 |
| Hex | 5B | A0 | EB | 3D | 20 | 0 | 8 | D3 | 4E | 40 |
| Octal | 133 | 240 | 353 | 75 | 40 | 0 | 10 | 323 | 116 | 100 |
| Binary | 1011011 | 10100000 | 11101011 | 111101 | 100000 | 0 | 1000 | 11010011 | 1001110 | 1000000 |
Color Harmonies of #5BA0EB
Complementary color
Monochromatic Colors of #5BA0EB
Black with #5BA0EB
Text Example
Text Example
White with #5BA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA0EB; }
p { color: rgb(91,160,235); }
H1.HeaderClassName
{
color: #5BA0EB;
}
.AnyTagClassName
{
color: #5BA0EB;
}
</style>
background-color css
<style>
a { background-color: #5BA0EB; }
a { background-color: rgb(91,160,235); }
div.DivClassName
{
background-color: #5BA0EB;
}
.BgClassName
{
background-color: #5BA0EB;
}
</style>
border-color css
<style>
span { border-color: #5BA0EB; }
span { border-color: rgb(91,160,235); }
td.TdClassName
{
border-color: #5BA0EB;
}
.TagClassName
{
border-color: #5BA0EB;
}
</style>