Shades of Cornflower Blue #569CE6
Tints of Cornflower Blue #569CE6
RGB
CMYK
RGB Variations
Color information
#569CE6 (or 0x569CE6) is known color: Cornflower Blue. HEX triplet: 56, 9C and E6. RGB value is (86,156,230). Sum of RGB (Red+Green+Blue) = 86+156+230=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #569CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569CE6 is #A96319. Grayscale: #8F8F8F. Windows color (decimal): -11100954 or 15113302. OLE color: 15113302.
HSL color Cylindrical-coordinate representation of color #569CE6: hue angle of 210.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #569CE6 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 156 | 230 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.10 |
| HSL | 210.83º | 0.74% | 0.62% | - |
| HSV(B) | 210.83º | 0.63% | 0.9% | - |
| XYZ | 30.01 | 31.47 | 79.36 | - |
| YUV | 143.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 230 | 0.63 | 0.32 | 0 | 0.10 | 210.83 | 0.74 | 0.62 |
| Hex | 56 | 9C | E6 | 3F | 20 | 0 | A | D3 | 4A | 3E |
| Octal | 126 | 234 | 346 | 77 | 40 | 0 | 12 | 323 | 112 | 76 |
| Binary | 1010110 | 10011100 | 11100110 | 111111 | 100000 | 0 | 1010 | 11010011 | 1001010 | 111110 |
Color Harmonies of #569CE6
Complementary color
Monochromatic Colors of #569CE6
Black with #569CE6
Text Example
Text Example
White with #569CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CE6; }
p { color: rgb(86,156,230); }
H1.HeaderClassName
{
color: #569CE6;
}
.AnyTagClassName
{
color: #569CE6;
}
</style>
background-color css
<style>
a { background-color: #569CE6; }
a { background-color: rgb(86,156,230); }
div.DivClassName
{
background-color: #569CE6;
}
.BgClassName
{
background-color: #569CE6;
}
</style>
border-color css
<style>
span { border-color: #569CE6; }
span { border-color: rgb(86,156,230); }
td.TdClassName
{
border-color: #569CE6;
}
.TagClassName
{
border-color: #569CE6;
}
</style>