Shades of Cornflower Blue #569CEC
Tints of Cornflower Blue #569CEC
RGB
CMYK
RGB Variations
Color information
#569CEC (or 0x569CEC) is known color: Cornflower Blue. HEX triplet: 56, 9C and EC. RGB value is (86,156,236). Sum of RGB (Red+Green+Blue) = 86+156+236=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #569CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569CEC is #A96313. Grayscale: #8F8F8F. Windows color (decimal): -11100948 or 15506518. OLE color: 15506518.
HSL color Cylindrical-coordinate representation of color #569CEC: hue angle of 212º 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 #569CEC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 156 | 236 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.07 |
| HSL | 212º | 0.8% | 0.63% | - |
| HSV(B) | 212º | 0.64% | 0.93% | - |
| XYZ | 30.87 | 31.81 | 83.87 | - |
| YUV | 144.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 236 | 0.64 | 0.34 | 0 | 0.07 | 212 | 0.8 | 0.63 |
| Hex | 56 | 9C | EC | 40 | 22 | 0 | 7 | D4 | 50 | 3F |
| Octal | 126 | 234 | 354 | 100 | 42 | 0 | 7 | 324 | 120 | 77 |
| Binary | 1010110 | 10011100 | 11101100 | 1000000 | 100010 | 0 | 111 | 11010100 | 1010000 | 111111 |
Color Harmonies of #569CEC
Complementary color
Monochromatic Colors of #569CEC
Black with #569CEC
Text Example
Text Example
White with #569CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CEC; }
p { color: rgb(86,156,236); }
H1.HeaderClassName
{
color: #569CEC;
}
.AnyTagClassName
{
color: #569CEC;
}
</style>
background-color css
<style>
a { background-color: #569CEC; }
a { background-color: rgb(86,156,236); }
div.DivClassName
{
background-color: #569CEC;
}
.BgClassName
{
background-color: #569CEC;
}
</style>
border-color css
<style>
span { border-color: #569CEC; }
span { border-color: rgb(86,156,236); }
td.TdClassName
{
border-color: #569CEC;
}
.TagClassName
{
border-color: #569CEC;
}
</style>