Shades of Cornflower Blue #569DEC
Tints of Cornflower Blue #569DEC
RGB
CMYK
RGB Variations
Color information
#569DEC (or 0x569DEC) is known color: Cornflower Blue. HEX triplet: 56, 9D and EC. RGB value is (86,157,236). Sum of RGB (Red+Green+Blue) = 86+157+236=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #569DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DEC is #A96213. Grayscale: #909090. Windows color (decimal): -11100692 or 15506774. OLE color: 15506774.
HSL color Cylindrical-coordinate representation of color #569DEC: hue angle of 211.6º degrees, saturation: 0.8, 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 #569DEC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 157 | 236 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.07 |
| HSL | 211.6º | 0.8% | 0.63% | - |
| HSV(B) | 211.6º | 0.64% | 0.93% | - |
| XYZ | 31.04 | 32.15 | 83.93 | - |
| YUV | 144.78 | 179.48 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 236 | 0.64 | 0.33 | 0 | 0.07 | 211.6 | 0.8 | 0.63 |
| Hex | 56 | 9D | EC | 40 | 21 | 0 | 7 | D4 | 50 | 3F |
| Octal | 126 | 235 | 354 | 100 | 41 | 0 | 7 | 324 | 120 | 77 |
| Binary | 1010110 | 10011101 | 11101100 | 1000000 | 100001 | 0 | 111 | 11010100 | 1010000 | 111111 |
Color Harmonies of #569DEC
Complementary color
Monochromatic Colors of #569DEC
Black with #569DEC
Text Example
Text Example
White with #569DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DEC; }
p { color: rgb(86,157,236); }
H1.HeaderClassName
{
color: #569DEC;
}
.AnyTagClassName
{
color: #569DEC;
}
</style>
background-color css
<style>
a { background-color: #569DEC; }
a { background-color: rgb(86,157,236); }
div.DivClassName
{
background-color: #569DEC;
}
.BgClassName
{
background-color: #569DEC;
}
</style>
border-color css
<style>
span { border-color: #569DEC; }
span { border-color: rgb(86,157,236); }
td.TdClassName
{
border-color: #569DEC;
}
.TagClassName
{
border-color: #569DEC;
}
</style>