Shades of Cornflower Blue #559AED
Tints of Cornflower Blue #559AED
RGB
CMYK
RGB Variations
Color information
#559AED (or 0x559AED) is known color: Cornflower Blue. HEX triplet: 55, 9A and ED. RGB value is (85,154,237). Sum of RGB (Red+Green+Blue) = 85+154+237=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #559AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559AED is #AA6512. Grayscale: #8E8E8E. Windows color (decimal): -11166995 or 15571541. OLE color: 15571541.
HSL color Cylindrical-coordinate representation of color #559AED: hue angle of 212.76º 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 #559AED is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 154 | 237 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.07 |
| HSL | 212.76º | 0.81% | 0.63% | - |
| HSV(B) | 212.76º | 0.64% | 0.93% | - |
| XYZ | 30.59 | 31.16 | 84.52 | - |
| YUV | 142.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 237 | 0.64 | 0.35 | 0 | 0.07 | 212.76 | 0.81 | 0.63 |
| Hex | 55 | 9A | ED | 40 | 23 | 0 | 7 | D5 | 51 | 3F |
| Octal | 125 | 232 | 355 | 100 | 43 | 0 | 7 | 325 | 121 | 77 |
| Binary | 1010101 | 10011010 | 11101101 | 1000000 | 100011 | 0 | 111 | 11010101 | 1010001 | 111111 |
Color Harmonies of #559AED
Complementary color
Monochromatic Colors of #559AED
Black with #559AED
Text Example
Text Example
White with #559AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AED; }
p { color: rgb(85,154,237); }
H1.HeaderClassName
{
color: #559AED;
}
.AnyTagClassName
{
color: #559AED;
}
</style>
background-color css
<style>
a { background-color: #559AED; }
a { background-color: rgb(85,154,237); }
div.DivClassName
{
background-color: #559AED;
}
.BgClassName
{
background-color: #559AED;
}
</style>
border-color css
<style>
span { border-color: #559AED; }
span { border-color: rgb(85,154,237); }
td.TdClassName
{
border-color: #559AED;
}
.TagClassName
{
border-color: #559AED;
}
</style>