Shades of Cornflower Blue #5BA6F3
Tints of Cornflower Blue #5BA6F3
RGB
CMYK
RGB Variations
Color information
#5BA6F3 (or 0x5BA6F3) is known color: Cornflower Blue. HEX triplet: 5B, A6 and F3. RGB value is (91,166,243). Sum of RGB (Red+Green+Blue) = 91+166+243=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BA6F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA6F3 is #A4590C. Grayscale: #979797. Windows color (decimal): -10770701 or 15967835. OLE color: 15967835.
HSL color Cylindrical-coordinate representation of color #5BA6F3: hue angle of 210.39º 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 #5BA6F3 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 166 | 243 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.05 |
| HSL | 210.39º | 0.86% | 0.65% | - |
| HSV(B) | 210.39º | 0.63% | 0.95% | - |
| XYZ | 34.13 | 35.97 | 89.94 | - |
| YUV | 152.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 243 | 0.63 | 0.32 | 0 | 0.05 | 210.39 | 0.86 | 0.65 |
| Hex | 5B | A6 | F3 | 3F | 20 | 0 | 5 | D2 | 56 | 41 |
| Octal | 133 | 246 | 363 | 77 | 40 | 0 | 5 | 322 | 126 | 101 |
| Binary | 1011011 | 10100110 | 11110011 | 111111 | 100000 | 0 | 101 | 11010010 | 1010110 | 1000001 |
Color Harmonies of #5BA6F3
Complementary color
Monochromatic Colors of #5BA6F3
Black with #5BA6F3
Text Example
Text Example
White with #5BA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA6F3; }
p { color: rgb(91,166,243); }
H1.HeaderClassName
{
color: #5BA6F3;
}
.AnyTagClassName
{
color: #5BA6F3;
}
</style>
background-color css
<style>
a { background-color: #5BA6F3; }
a { background-color: rgb(91,166,243); }
div.DivClassName
{
background-color: #5BA6F3;
}
.BgClassName
{
background-color: #5BA6F3;
}
</style>
border-color css
<style>
span { border-color: #5BA6F3; }
span { border-color: rgb(91,166,243); }
td.TdClassName
{
border-color: #5BA6F3;
}
.TagClassName
{
border-color: #5BA6F3;
}
</style>