Shades of Cornflower Blue #5BA9F3
Tints of Cornflower Blue #5BA9F3
RGB
CMYK
RGB Variations
Color information
#5BA9F3 (or 0x5BA9F3) is known color: Cornflower Blue. HEX triplet: 5B, A9 and F3. RGB value is (91,169,243). Sum of RGB (Red+Green+Blue) = 91+169+243=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BA9F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9F3 is #A4560C. Grayscale: #999999. Windows color (decimal): -10769933 or 15968603. OLE color: 15968603.
HSL color Cylindrical-coordinate representation of color #5BA9F3: hue angle of 209.21º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA9F3 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 169 | 243 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.05 |
| HSL | 209.21º | 0.86% | 0.65% | - |
| HSV(B) | 209.21º | 0.63% | 0.95% | - |
| XYZ | 34.68 | 37.07 | 90.12 | - |
| YUV | 154.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 243 | 0.63 | 0.30 | 0 | 0.05 | 209.21 | 0.86 | 0.65 |
| Hex | 5B | A9 | F3 | 3F | 1E | 0 | 5 | D1 | 56 | 41 |
| Octal | 133 | 251 | 363 | 77 | 36 | 0 | 5 | 321 | 126 | 101 |
| Binary | 1011011 | 10101001 | 11110011 | 111111 | 11110 | 0 | 101 | 11010001 | 1010110 | 1000001 |
Color Harmonies of #5BA9F3
Complementary color
Monochromatic Colors of #5BA9F3
Black with #5BA9F3
Text Example
Text Example
White with #5BA9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9F3; }
p { color: rgb(91,169,243); }
H1.HeaderClassName
{
color: #5BA9F3;
}
.AnyTagClassName
{
color: #5BA9F3;
}
</style>
background-color css
<style>
a { background-color: #5BA9F3; }
a { background-color: rgb(91,169,243); }
div.DivClassName
{
background-color: #5BA9F3;
}
.BgClassName
{
background-color: #5BA9F3;
}
</style>
border-color css
<style>
span { border-color: #5BA9F3; }
span { border-color: rgb(91,169,243); }
td.TdClassName
{
border-color: #5BA9F3;
}
.TagClassName
{
border-color: #5BA9F3;
}
</style>