Shades of Cornflower Blue #559BFB
Tints of Cornflower Blue #559BFB
RGB
CMYK
RGB Variations
Color information
#559BFB (or 0x559BFB) is known color: Cornflower Blue. HEX triplet: 55, 9B and FB. RGB value is (85,155,251). Sum of RGB (Red+Green+Blue) = 85+155+251=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #559BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BFB is #AA6404. Grayscale: #909090. Windows color (decimal): -11166725 or 16489301. OLE color: 16489301.
HSL color Cylindrical-coordinate representation of color #559BFB: hue angle of 214.7º degrees, saturation: 0.95, 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 #559BFB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 155 | 251 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.02 |
| HSL | 214.7º | 0.95% | 0.66% | - |
| HSV(B) | 214.7º | 0.66% | 0.98% | - |
| XYZ | 32.88 | 32.34 | 95.78 | - |
| YUV | 145.01 | 187.81 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 251 | 0.66 | 0.38 | 0 | 0.02 | 214.7 | 0.95 | 0.66 |
| Hex | 55 | 9B | FB | 42 | 26 | 0 | 2 | D7 | 5F | 42 |
| Octal | 125 | 233 | 373 | 102 | 46 | 0 | 2 | 327 | 137 | 102 |
| Binary | 1010101 | 10011011 | 11111011 | 1000010 | 100110 | 0 | 10 | 11010111 | 1011111 | 1000010 |
Color Harmonies of #559BFB
Complementary color
Monochromatic Colors of #559BFB
Black with #559BFB
Text Example
Text Example
White with #559BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BFB; }
p { color: rgb(85,155,251); }
H1.HeaderClassName
{
color: #559BFB;
}
.AnyTagClassName
{
color: #559BFB;
}
</style>
background-color css
<style>
a { background-color: #559BFB; }
a { background-color: rgb(85,155,251); }
div.DivClassName
{
background-color: #559BFB;
}
.BgClassName
{
background-color: #559BFB;
}
</style>
border-color css
<style>
span { border-color: #559BFB; }
span { border-color: rgb(85,155,251); }
td.TdClassName
{
border-color: #559BFB;
}
.TagClassName
{
border-color: #559BFB;
}
</style>