Shades of Cornflower Blue #569AED
Tints of Cornflower Blue #569AED
RGB
CMYK
RGB Variations
Color information
#569AED (or 0x569AED) is known color: Cornflower Blue. HEX triplet: 56, 9A and ED. RGB value is (86,154,237). Sum of RGB (Red+Green+Blue) = 86+154+237=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #569AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569AED is #A96512. Grayscale: #8E8E8E. Windows color (decimal): -11101459 or 15571542. OLE color: 15571542.
HSL color Cylindrical-coordinate representation of color #569AED: hue angle of 212.98º 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 #569AED is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 154 | 237 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.07 |
| HSL | 212.98º | 0.81% | 0.63% | - |
| HSV(B) | 212.98º | 0.64% | 0.93% | - |
| XYZ | 30.68 | 31.2 | 84.53 | - |
| YUV | 143.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 237 | 0.64 | 0.35 | 0 | 0.07 | 212.98 | 0.81 | 0.63 |
| Hex | 56 | 9A | ED | 40 | 23 | 0 | 7 | D5 | 51 | 3F |
| Octal | 126 | 232 | 355 | 100 | 43 | 0 | 7 | 325 | 121 | 77 |
| Binary | 1010110 | 10011010 | 11101101 | 1000000 | 100011 | 0 | 111 | 11010101 | 1010001 | 111111 |
Color Harmonies of #569AED
Complementary color
Monochromatic Colors of #569AED
Black with #569AED
Text Example
Text Example
White with #569AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AED; }
p { color: rgb(86,154,237); }
H1.HeaderClassName
{
color: #569AED;
}
.AnyTagClassName
{
color: #569AED;
}
</style>
background-color css
<style>
a { background-color: #569AED; }
a { background-color: rgb(86,154,237); }
div.DivClassName
{
background-color: #569AED;
}
.BgClassName
{
background-color: #569AED;
}
</style>
border-color css
<style>
span { border-color: #569AED; }
span { border-color: rgb(86,154,237); }
td.TdClassName
{
border-color: #569AED;
}
.TagClassName
{
border-color: #569AED;
}
</style>