Shades of Cornflower Blue #559FED
Tints of Cornflower Blue #559FED
RGB
CMYK
RGB Variations
Color information
#559FED (or 0x559FED) is known color: Cornflower Blue. HEX triplet: 55, 9F and ED. RGB value is (85,159,237). Sum of RGB (Red+Green+Blue) = 85+159+237=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #559FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FED is #AA6012. Grayscale: #919191. Windows color (decimal): -11165715 or 15572821. OLE color: 15572821.
HSL color Cylindrical-coordinate representation of color #559FED: hue angle of 210.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559FED is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 159 | 237 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.07 |
| HSL | 210.79º | 0.81% | 0.63% | - |
| HSV(B) | 210.79º | 0.64% | 0.93% | - |
| XYZ | 31.43 | 32.84 | 84.8 | - |
| YUV | 145.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 237 | 0.64 | 0.33 | 0 | 0.07 | 210.79 | 0.81 | 0.63 |
| Hex | 55 | 9F | ED | 40 | 21 | 0 | 7 | D3 | 51 | 3F |
| Octal | 125 | 237 | 355 | 100 | 41 | 0 | 7 | 323 | 121 | 77 |
| Binary | 1010101 | 10011111 | 11101101 | 1000000 | 100001 | 0 | 111 | 11010011 | 1010001 | 111111 |
Color Harmonies of #559FED
Complementary color
Monochromatic Colors of #559FED
Black with #559FED
Text Example
Text Example
White with #559FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FED; }
p { color: rgb(85,159,237); }
H1.HeaderClassName
{
color: #559FED;
}
.AnyTagClassName
{
color: #559FED;
}
</style>
background-color css
<style>
a { background-color: #559FED; }
a { background-color: rgb(85,159,237); }
div.DivClassName
{
background-color: #559FED;
}
.BgClassName
{
background-color: #559FED;
}
</style>
border-color css
<style>
span { border-color: #559FED; }
span { border-color: rgb(85,159,237); }
td.TdClassName
{
border-color: #559FED;
}
.TagClassName
{
border-color: #559FED;
}
</style>