Shades of Cornflower Blue #569CEB
Tints of Cornflower Blue #569CEB
RGB
CMYK
RGB Variations
Color information
#569CEB (or 0x569CEB) is known color: Cornflower Blue. HEX triplet: 56, 9C and EB. RGB value is (86,156,235). Sum of RGB (Red+Green+Blue) = 86+156+235=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #569CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569CEB is #A96314. Grayscale: #8F8F8F. Windows color (decimal): -11100949 or 15440982. OLE color: 15440982.
HSL color Cylindrical-coordinate representation of color #569CEB: hue angle of 211.81º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #569CEB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 156 | 235 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.08 |
| HSL | 211.81º | 0.79% | 0.63% | - |
| HSV(B) | 211.81º | 0.63% | 0.92% | - |
| XYZ | 30.72 | 31.75 | 83.11 | - |
| YUV | 144.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 235 | 0.63 | 0.34 | 0 | 0.08 | 211.81 | 0.79 | 0.63 |
| Hex | 56 | 9C | EB | 3F | 22 | 0 | 8 | D4 | 4F | 3F |
| Octal | 126 | 234 | 353 | 77 | 42 | 0 | 10 | 324 | 117 | 77 |
| Binary | 1010110 | 10011100 | 11101011 | 111111 | 100010 | 0 | 1000 | 11010100 | 1001111 | 111111 |
Color Harmonies of #569CEB
Complementary color
Monochromatic Colors of #569CEB
Black with #569CEB
Text Example
Text Example
White with #569CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CEB; }
p { color: rgb(86,156,235); }
H1.HeaderClassName
{
color: #569CEB;
}
.AnyTagClassName
{
color: #569CEB;
}
</style>
background-color css
<style>
a { background-color: #569CEB; }
a { background-color: rgb(86,156,235); }
div.DivClassName
{
background-color: #569CEB;
}
.BgClassName
{
background-color: #569CEB;
}
</style>
border-color css
<style>
span { border-color: #569CEB; }
span { border-color: rgb(86,156,235); }
td.TdClassName
{
border-color: #569CEB;
}
.TagClassName
{
border-color: #569CEB;
}
</style>