Shades of Cornflower Blue #569CED
Tints of Cornflower Blue #569CED
RGB
CMYK
RGB Variations
Color information
#569CED (or 0x569CED) is known color: Cornflower Blue. HEX triplet: 56, 9C and ED. RGB value is (86,156,237). Sum of RGB (Red+Green+Blue) = 86+156+237=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #569CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569CED is #A96312. Grayscale: #8F8F8F. Windows color (decimal): -11100947 or 15572054. OLE color: 15572054.
HSL color Cylindrical-coordinate representation of color #569CED: hue angle of 212.19º 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 #569CED is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 156 | 237 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.07 |
| HSL | 212.19º | 0.81% | 0.63% | - |
| HSV(B) | 212.19º | 0.64% | 0.93% | - |
| XYZ | 31.01 | 31.87 | 84.64 | - |
| YUV | 144.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 237 | 0.64 | 0.34 | 0 | 0.07 | 212.19 | 0.81 | 0.63 |
| Hex | 56 | 9C | ED | 40 | 22 | 0 | 7 | D4 | 51 | 3F |
| Octal | 126 | 234 | 355 | 100 | 42 | 0 | 7 | 324 | 121 | 77 |
| Binary | 1010110 | 10011100 | 11101101 | 1000000 | 100010 | 0 | 111 | 11010100 | 1010001 | 111111 |
Color Harmonies of #569CED
Complementary color
Monochromatic Colors of #569CED
Black with #569CED
Text Example
Text Example
White with #569CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CED; }
p { color: rgb(86,156,237); }
H1.HeaderClassName
{
color: #569CED;
}
.AnyTagClassName
{
color: #569CED;
}
</style>
background-color css
<style>
a { background-color: #569CED; }
a { background-color: rgb(86,156,237); }
div.DivClassName
{
background-color: #569CED;
}
.BgClassName
{
background-color: #569CED;
}
</style>
border-color css
<style>
span { border-color: #569CED; }
span { border-color: rgb(86,156,237); }
td.TdClassName
{
border-color: #569CED;
}
.TagClassName
{
border-color: #569CED;
}
</style>