Shades of Cornflower Blue #569FEC
Tints of Cornflower Blue #569FEC
RGB
CMYK
RGB Variations
Color information
#569FEC (or 0x569FEC) is known color: Cornflower Blue. HEX triplet: 56, 9F and EC. RGB value is (86,159,236). Sum of RGB (Red+Green+Blue) = 86+159+236=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #569FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569FEC is #A96013. Grayscale: #919191. Windows color (decimal): -11100180 or 15507286. OLE color: 15507286.
HSL color Cylindrical-coordinate representation of color #569FEC: hue angle of 210.8º 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 #569FEC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 159 | 236 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.07 |
| HSL | 210.8º | 0.8% | 0.63% | - |
| HSV(B) | 210.8º | 0.64% | 0.93% | - |
| XYZ | 31.38 | 32.83 | 84.04 | - |
| YUV | 145.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 236 | 0.64 | 0.33 | 0 | 0.07 | 210.8 | 0.8 | 0.63 |
| Hex | 56 | 9F | EC | 40 | 21 | 0 | 7 | D3 | 50 | 3F |
| Octal | 126 | 237 | 354 | 100 | 41 | 0 | 7 | 323 | 120 | 77 |
| Binary | 1010110 | 10011111 | 11101100 | 1000000 | 100001 | 0 | 111 | 11010011 | 1010000 | 111111 |
Color Harmonies of #569FEC
Complementary color
Monochromatic Colors of #569FEC
Black with #569FEC
Text Example
Text Example
White with #569FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FEC; }
p { color: rgb(86,159,236); }
H1.HeaderClassName
{
color: #569FEC;
}
.AnyTagClassName
{
color: #569FEC;
}
</style>
background-color css
<style>
a { background-color: #569FEC; }
a { background-color: rgb(86,159,236); }
div.DivClassName
{
background-color: #569FEC;
}
.BgClassName
{
background-color: #569FEC;
}
</style>
border-color css
<style>
span { border-color: #569FEC; }
span { border-color: rgb(86,159,236); }
td.TdClassName
{
border-color: #569FEC;
}
.TagClassName
{
border-color: #569FEC;
}
</style>