Shades of Cornflower Blue #5BA9FC
Tints of Cornflower Blue #5BA9FC
RGB
CMYK
RGB Variations
Color information
#5BA9FC (or 0x5BA9FC) is known color: Cornflower Blue. HEX triplet: 5B, A9 and FC. RGB value is (91,169,252). Sum of RGB (Red+Green+Blue) = 91+169+252=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BA9FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9FC is #A45603. Grayscale: #9A9A9A. Windows color (decimal): -10769924 or 16558427. OLE color: 16558427.
HSL color Cylindrical-coordinate representation of color #5BA9FC: hue angle of 210.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA9FC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 169 | 252 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.01 |
| HSL | 210.93º | 0.96% | 0.67% | - |
| HSV(B) | 210.93º | 0.64% | 0.99% | - |
| XYZ | 36.07 | 37.63 | 97.46 | - |
| YUV | 155.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 252 | 0.64 | 0.33 | 0 | 0.01 | 210.93 | 0.96 | 0.67 |
| Hex | 5B | A9 | FC | 40 | 21 | 0 | 1 | D3 | 60 | 43 |
| Octal | 133 | 251 | 374 | 100 | 41 | 0 | 1 | 323 | 140 | 103 |
| Binary | 1011011 | 10101001 | 11111100 | 1000000 | 100001 | 0 | 1 | 11010011 | 1100000 | 1000011 |
Color Harmonies of #5BA9FC
Complementary color
Monochromatic Colors of #5BA9FC
Black with #5BA9FC
Text Example
Text Example
White with #5BA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9FC; }
p { color: rgb(91,169,252); }
H1.HeaderClassName
{
color: #5BA9FC;
}
.AnyTagClassName
{
color: #5BA9FC;
}
</style>
background-color css
<style>
a { background-color: #5BA9FC; }
a { background-color: rgb(91,169,252); }
div.DivClassName
{
background-color: #5BA9FC;
}
.BgClassName
{
background-color: #5BA9FC;
}
</style>
border-color css
<style>
span { border-color: #5BA9FC; }
span { border-color: rgb(91,169,252); }
td.TdClassName
{
border-color: #5BA9FC;
}
.TagClassName
{
border-color: #5BA9FC;
}
</style>