Shades of Cornflower Blue #5BA9FA
Tints of Cornflower Blue #5BA9FA
RGB
CMYK
RGB Variations
Color information
#5BA9FA (or 0x5BA9FA) is known color: Cornflower Blue. HEX triplet: 5B, A9 and FA. RGB value is (91,169,250). Sum of RGB (Red+Green+Blue) = 91+169+250=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BA9FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9FA is #A45605. Grayscale: #9A9A9A. Windows color (decimal): -10769926 or 16427355. OLE color: 16427355.
HSL color Cylindrical-coordinate representation of color #5BA9FA: hue angle of 210.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA9FA is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 169 | 250 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.02 |
| HSL | 210.57º | 0.94% | 0.67% | - |
| HSV(B) | 210.57º | 0.64% | 0.98% | - |
| XYZ | 35.76 | 37.5 | 95.8 | - |
| YUV | 154.91 | 181.66 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 250 | 0.64 | 0.32 | 0 | 0.02 | 210.57 | 0.94 | 0.67 |
| Hex | 5B | A9 | FA | 40 | 20 | 0 | 2 | D3 | 5E | 43 |
| Octal | 133 | 251 | 372 | 100 | 40 | 0 | 2 | 323 | 136 | 103 |
| Binary | 1011011 | 10101001 | 11111010 | 1000000 | 100000 | 0 | 10 | 11010011 | 1011110 | 1000011 |
Color Harmonies of #5BA9FA
Complementary color
Monochromatic Colors of #5BA9FA
Black with #5BA9FA
Text Example
Text Example
White with #5BA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9FA; }
p { color: rgb(91,169,250); }
H1.HeaderClassName
{
color: #5BA9FA;
}
.AnyTagClassName
{
color: #5BA9FA;
}
</style>
background-color css
<style>
a { background-color: #5BA9FA; }
a { background-color: rgb(91,169,250); }
div.DivClassName
{
background-color: #5BA9FA;
}
.BgClassName
{
background-color: #5BA9FA;
}
</style>
border-color css
<style>
span { border-color: #5BA9FA; }
span { border-color: rgb(91,169,250); }
td.TdClassName
{
border-color: #5BA9FA;
}
.TagClassName
{
border-color: #5BA9FA;
}
</style>