Shades of Cornflower Blue #559FFF
Tints of Cornflower Blue #559FFF
RGB
CMYK
RGB Variations
Color information
#559FFF (or 0x559FFF) is known color: Cornflower Blue. HEX triplet: 55, 9F and FF. RGB value is (85,159,255). Sum of RGB (Red+Green+Blue) = 85+159+255=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #559FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FFF is #AA6000. Grayscale: #939393. Windows color (decimal): -11165697 or 16752469. OLE color: 16752469.
HSL color Cylindrical-coordinate representation of color #559FFF: hue angle of 213.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #559FFF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 159 | 255 | - |
| CMYK | 0.67 | 0.38 | 0 | 0 |
| HSL | 213.88º | 1% | 0.67% | - |
| HSV(B) | 213.88º | 0.67% | 1% | - |
| XYZ | 34.19 | 33.95 | 99.36 | - |
| YUV | 147.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 255 | 0.67 | 0.38 | 0 | 0 | 213.88 | 1 | 0.67 |
| Hex | 55 | 9F | FF | 43 | 26 | 0 | 0 | D6 | 64 | 43 |
| Octal | 125 | 237 | 377 | 103 | 46 | 0 | 0 | 326 | 144 | 103 |
| Binary | 1010101 | 10011111 | 11111111 | 1000011 | 100110 | 0 | 0 | 11010110 | 1100100 | 1000011 |
Color Harmonies of #559FFF
Complementary color
Monochromatic Colors of #559FFF
Black with #559FFF
Text Example
Text Example
White with #559FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FFF; }
p { color: rgb(85,159,255); }
H1.HeaderClassName
{
color: #559FFF;
}
.AnyTagClassName
{
color: #559FFF;
}
</style>
background-color css
<style>
a { background-color: #559FFF; }
a { background-color: rgb(85,159,255); }
div.DivClassName
{
background-color: #559FFF;
}
.BgClassName
{
background-color: #559FFF;
}
</style>
border-color css
<style>
span { border-color: #559FFF; }
span { border-color: rgb(85,159,255); }
td.TdClassName
{
border-color: #559FFF;
}
.TagClassName
{
border-color: #559FFF;
}
</style>