Shades of Cornflower Blue #559BFA
Tints of Cornflower Blue #559BFA
RGB
CMYK
RGB Variations
Color information
#559BFA (or 0x559BFA) is known color: Cornflower Blue. HEX triplet: 55, 9B and FA. RGB value is (85,155,250). Sum of RGB (Red+Green+Blue) = 85+155+250=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #559BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BFA is #AA6405. Grayscale: #909090. Windows color (decimal): -11166726 or 16423765. OLE color: 16423765.
HSL color Cylindrical-coordinate representation of color #559BFA: hue angle of 214.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559BFA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 155 | 250 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.02 |
| HSL | 214.55º | 0.94% | 0.66% | - |
| HSV(B) | 214.55º | 0.66% | 0.98% | - |
| XYZ | 32.72 | 32.28 | 94.95 | - |
| YUV | 144.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 250 | 0.66 | 0.38 | 0 | 0.02 | 214.55 | 0.94 | 0.66 |
| Hex | 55 | 9B | FA | 42 | 26 | 0 | 2 | D7 | 5E | 42 |
| Octal | 125 | 233 | 372 | 102 | 46 | 0 | 2 | 327 | 136 | 102 |
| Binary | 1010101 | 10011011 | 11111010 | 1000010 | 100110 | 0 | 10 | 11010111 | 1011110 | 1000010 |
Color Harmonies of #559BFA
Complementary color
Monochromatic Colors of #559BFA
Black with #559BFA
Text Example
Text Example
White with #559BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BFA; }
p { color: rgb(85,155,250); }
H1.HeaderClassName
{
color: #559BFA;
}
.AnyTagClassName
{
color: #559BFA;
}
</style>
background-color css
<style>
a { background-color: #559BFA; }
a { background-color: rgb(85,155,250); }
div.DivClassName
{
background-color: #559BFA;
}
.BgClassName
{
background-color: #559BFA;
}
</style>
border-color css
<style>
span { border-color: #559BFA; }
span { border-color: rgb(85,155,250); }
td.TdClassName
{
border-color: #559BFA;
}
.TagClassName
{
border-color: #559BFA;
}
</style>