Shades of Cornflower Blue #569BE4
Tints of Cornflower Blue #569BE4
RGB
CMYK
RGB Variations
Color information
#569BE4 (or 0x569BE4) is known color: Cornflower Blue. HEX triplet: 56, 9B and E4. RGB value is (86,155,228). Sum of RGB (Red+Green+Blue) = 86+155+228=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #569BE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BE4 is #A9641B. Grayscale: #8E8E8E. Windows color (decimal): -11101212 or 14981974. OLE color: 14981974.
HSL color Cylindrical-coordinate representation of color #569BE4: hue angle of 210.85º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569BE4 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 155 | 228 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.11 |
| HSL | 210.85º | 0.72% | 0.62% | - |
| HSV(B) | 210.85º | 0.62% | 0.89% | - |
| XYZ | 29.56 | 31.02 | 77.83 | - |
| YUV | 142.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 228 | 0.62 | 0.32 | 0 | 0.11 | 210.85 | 0.72 | 0.62 |
| Hex | 56 | 9B | E4 | 3E | 20 | 0 | B | D3 | 48 | 3E |
| Octal | 126 | 233 | 344 | 76 | 40 | 0 | 13 | 323 | 110 | 76 |
| Binary | 1010110 | 10011011 | 11100100 | 111110 | 100000 | 0 | 1011 | 11010011 | 1001000 | 111110 |
Color Harmonies of #569BE4
Complementary color
Monochromatic Colors of #569BE4
Black with #569BE4
Text Example
Text Example
White with #569BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BE4; }
p { color: rgb(86,155,228); }
H1.HeaderClassName
{
color: #569BE4;
}
.AnyTagClassName
{
color: #569BE4;
}
</style>
background-color css
<style>
a { background-color: #569BE4; }
a { background-color: rgb(86,155,228); }
div.DivClassName
{
background-color: #569BE4;
}
.BgClassName
{
background-color: #569BE4;
}
</style>
border-color css
<style>
span { border-color: #569BE4; }
span { border-color: rgb(86,155,228); }
td.TdClassName
{
border-color: #569BE4;
}
.TagClassName
{
border-color: #569BE4;
}
</style>