Shades of Cornflower Blue #5BA0F5
Tints of Cornflower Blue #5BA0F5
RGB
CMYK
RGB Variations
Color information
#5BA0F5 (or 0x5BA0F5) is known color: Cornflower Blue. HEX triplet: 5B, A0 and F5. RGB value is (91,160,245). Sum of RGB (Red+Green+Blue) = 91+160+245=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #5BA0F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA0F5 is #A45F0A. Grayscale: #949494. Windows color (decimal): -10772235 or 16097371. OLE color: 16097371.
HSL color Cylindrical-coordinate representation of color #5BA0F5: hue angle of 213.12º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA0F5 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 160 | 245 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.04 |
| HSL | 213.12º | 0.89% | 0.66% | - |
| HSV(B) | 213.12º | 0.63% | 0.96% | - |
| XYZ | 33.37 | 33.96 | 91.18 | - |
| YUV | 149.06 | 182.14 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 245 | 0.63 | 0.35 | 0 | 0.04 | 213.12 | 0.89 | 0.66 |
| Hex | 5B | A0 | F5 | 3F | 23 | 0 | 4 | D5 | 59 | 42 |
| Octal | 133 | 240 | 365 | 77 | 43 | 0 | 4 | 325 | 131 | 102 |
| Binary | 1011011 | 10100000 | 11110101 | 111111 | 100011 | 0 | 100 | 11010101 | 1011001 | 1000010 |
Color Harmonies of #5BA0F5
Complementary color
Monochromatic Colors of #5BA0F5
Black with #5BA0F5
Text Example
Text Example
White with #5BA0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA0F5; }
p { color: rgb(91,160,245); }
H1.HeaderClassName
{
color: #5BA0F5;
}
.AnyTagClassName
{
color: #5BA0F5;
}
</style>
background-color css
<style>
a { background-color: #5BA0F5; }
a { background-color: rgb(91,160,245); }
div.DivClassName
{
background-color: #5BA0F5;
}
.BgClassName
{
background-color: #5BA0F5;
}
</style>
border-color css
<style>
span { border-color: #5BA0F5; }
span { border-color: rgb(91,160,245); }
td.TdClassName
{
border-color: #5BA0F5;
}
.TagClassName
{
border-color: #5BA0F5;
}
</style>