Shades of Cornflower Blue #559FFB
Tints of Cornflower Blue #559FFB
RGB
CMYK
RGB Variations
Color information
#559FFB (or 0x559FFB) is known color: Cornflower Blue. HEX triplet: 55, 9F and FB. RGB value is (85,159,251). Sum of RGB (Red+Green+Blue) = 85+159+251=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #559FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FFB is #AA6004. Grayscale: #929292. Windows color (decimal): -11165701 or 16490325. OLE color: 16490325.
HSL color Cylindrical-coordinate representation of color #559FFB: hue angle of 213.25º 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 #559FFB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 159 | 251 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.02 |
| HSL | 213.25º | 0.95% | 0.66% | - |
| HSV(B) | 213.25º | 0.66% | 0.98% | - |
| XYZ | 33.56 | 33.69 | 96 | - |
| YUV | 147.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 251 | 0.66 | 0.37 | 0 | 0.02 | 213.25 | 0.95 | 0.66 |
| Hex | 55 | 9F | FB | 42 | 25 | 0 | 2 | D5 | 5F | 42 |
| Octal | 125 | 237 | 373 | 102 | 45 | 0 | 2 | 325 | 137 | 102 |
| Binary | 1010101 | 10011111 | 11111011 | 1000010 | 100101 | 0 | 10 | 11010101 | 1011111 | 1000010 |
Color Harmonies of #559FFB
Complementary color
Monochromatic Colors of #559FFB
Black with #559FFB
Text Example
Text Example
White with #559FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FFB; }
p { color: rgb(85,159,251); }
H1.HeaderClassName
{
color: #559FFB;
}
.AnyTagClassName
{
color: #559FFB;
}
</style>
background-color css
<style>
a { background-color: #559FFB; }
a { background-color: rgb(85,159,251); }
div.DivClassName
{
background-color: #559FFB;
}
.BgClassName
{
background-color: #559FFB;
}
</style>
border-color css
<style>
span { border-color: #559FFB; }
span { border-color: rgb(85,159,251); }
td.TdClassName
{
border-color: #559FFB;
}
.TagClassName
{
border-color: #559FFB;
}
</style>