Shades of Cornflower Blue #559DFF
Tints of Cornflower Blue #559DFF
RGB
CMYK
RGB Variations
Color information
#559DFF (or 0x559DFF) is known color: Cornflower Blue. HEX triplet: 55, 9D and FF. RGB value is (85,157,255). Sum of RGB (Red+Green+Blue) = 85+157+255=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #559DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DFF is #AA6200. Grayscale: #929292. Windows color (decimal): -11166209 or 16751957. OLE color: 16751957.
HSL color Cylindrical-coordinate representation of color #559DFF: hue angle of 214.59º 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 #559DFF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 157 | 255 | - |
| CMYK | 0.67 | 0.38 | 0 | 0 |
| HSL | 214.59º | 1% | 0.67% | - |
| HSV(B) | 214.59º | 0.67% | 1% | - |
| XYZ | 33.85 | 33.27 | 99.24 | - |
| YUV | 146.64 | 189.15 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 255 | 0.67 | 0.38 | 0 | 0 | 214.59 | 1 | 0.67 |
| Hex | 55 | 9D | FF | 43 | 26 | 0 | 0 | D7 | 64 | 43 |
| Octal | 125 | 235 | 377 | 103 | 46 | 0 | 0 | 327 | 144 | 103 |
| Binary | 1010101 | 10011101 | 11111111 | 1000011 | 100110 | 0 | 0 | 11010111 | 1100100 | 1000011 |
Color Harmonies of #559DFF
Complementary color
Monochromatic Colors of #559DFF
Black with #559DFF
Text Example
Text Example
White with #559DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DFF; }
p { color: rgb(85,157,255); }
H1.HeaderClassName
{
color: #559DFF;
}
.AnyTagClassName
{
color: #559DFF;
}
</style>
background-color css
<style>
a { background-color: #559DFF; }
a { background-color: rgb(85,157,255); }
div.DivClassName
{
background-color: #559DFF;
}
.BgClassName
{
background-color: #559DFF;
}
</style>
border-color css
<style>
span { border-color: #559DFF; }
span { border-color: rgb(85,157,255); }
td.TdClassName
{
border-color: #559DFF;
}
.TagClassName
{
border-color: #559DFF;
}
</style>