Shades of Cornflower Blue #569BEE
Tints of Cornflower Blue #569BEE
RGB
CMYK
RGB Variations
Color information
#569BEE (or 0x569BEE) is known color: Cornflower Blue. HEX triplet: 56, 9B and EE. RGB value is (86,155,238). Sum of RGB (Red+Green+Blue) = 86+155+238=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #569BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569BEE is #A96411. Grayscale: #8F8F8F. Windows color (decimal): -11101202 or 15637334. OLE color: 15637334.
HSL color Cylindrical-coordinate representation of color #569BEE: hue angle of 212.76º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569BEE is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 155 | 238 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.07 |
| HSL | 212.76º | 0.82% | 0.64% | - |
| HSV(B) | 212.76º | 0.64% | 0.93% | - |
| XYZ | 30.99 | 31.59 | 85.35 | - |
| YUV | 143.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 238 | 0.64 | 0.35 | 0 | 0.07 | 212.76 | 0.82 | 0.64 |
| Hex | 56 | 9B | EE | 40 | 23 | 0 | 7 | D5 | 52 | 40 |
| Octal | 126 | 233 | 356 | 100 | 43 | 0 | 7 | 325 | 122 | 100 |
| Binary | 1010110 | 10011011 | 11101110 | 1000000 | 100011 | 0 | 111 | 11010101 | 1010010 | 1000000 |
Color Harmonies of #569BEE
Complementary color
Monochromatic Colors of #569BEE
Black with #569BEE
Text Example
Text Example
White with #569BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BEE; }
p { color: rgb(86,155,238); }
H1.HeaderClassName
{
color: #569BEE;
}
.AnyTagClassName
{
color: #569BEE;
}
</style>
background-color css
<style>
a { background-color: #569BEE; }
a { background-color: rgb(86,155,238); }
div.DivClassName
{
background-color: #569BEE;
}
.BgClassName
{
background-color: #569BEE;
}
</style>
border-color css
<style>
span { border-color: #569BEE; }
span { border-color: rgb(86,155,238); }
td.TdClassName
{
border-color: #569BEE;
}
.TagClassName
{
border-color: #569BEE;
}
</style>