Shades of Cornflower Blue #569FE8
Tints of Cornflower Blue #569FE8
RGB
CMYK
RGB Variations
Color information
#569FE8 (or 0x569FE8) is known color: Cornflower Blue. HEX triplet: 56, 9F and E8. RGB value is (86,159,232). Sum of RGB (Red+Green+Blue) = 86+159+232=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #569FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569FE8 is #A96017. Grayscale: #919191. Windows color (decimal): -11100184 or 15245142. OLE color: 15245142.
HSL color Cylindrical-coordinate representation of color #569FE8: hue angle of 210º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #569FE8 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 159 | 232 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.09 |
| HSL | 210º | 0.76% | 0.62% | - |
| HSV(B) | 210º | 0.63% | 0.91% | - |
| XYZ | 30.8 | 32.6 | 81.01 | - |
| YUV | 145.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 232 | 0.63 | 0.31 | 0 | 0.09 | 210 | 0.76 | 0.62 |
| Hex | 56 | 9F | E8 | 3F | 1F | 0 | 9 | D2 | 4C | 3E |
| Octal | 126 | 237 | 350 | 77 | 37 | 0 | 11 | 322 | 114 | 76 |
| Binary | 1010110 | 10011111 | 11101000 | 111111 | 11111 | 0 | 1001 | 11010010 | 1001100 | 111110 |
Color Harmonies of #569FE8
Complementary color
Monochromatic Colors of #569FE8
Black with #569FE8
Text Example
Text Example
White with #569FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FE8; }
p { color: rgb(86,159,232); }
H1.HeaderClassName
{
color: #569FE8;
}
.AnyTagClassName
{
color: #569FE8;
}
</style>
background-color css
<style>
a { background-color: #569FE8; }
a { background-color: rgb(86,159,232); }
div.DivClassName
{
background-color: #569FE8;
}
.BgClassName
{
background-color: #569FE8;
}
</style>
border-color css
<style>
span { border-color: #569FE8; }
span { border-color: rgb(86,159,232); }
td.TdClassName
{
border-color: #569FE8;
}
.TagClassName
{
border-color: #569FE8;
}
</style>