Shades of Cornflower Blue #569BEB
Tints of Cornflower Blue #569BEB
RGB
CMYK
RGB Variations
Color information
#569BEB (or 0x569BEB) is known color: Cornflower Blue. HEX triplet: 56, 9B and EB. RGB value is (86,155,235). Sum of RGB (Red+Green+Blue) = 86+155+235=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #569BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569BEB is #A96414. Grayscale: #8F8F8F. Windows color (decimal): -11101205 or 15440726. OLE color: 15440726.
HSL color Cylindrical-coordinate representation of color #569BEB: hue angle of 212.21º 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 #569BEB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 155 | 235 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.08 |
| HSL | 212.21º | 0.79% | 0.63% | - |
| HSV(B) | 212.21º | 0.63% | 0.92% | - |
| XYZ | 30.55 | 31.42 | 83.05 | - |
| YUV | 143.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 235 | 0.63 | 0.34 | 0 | 0.08 | 212.21 | 0.79 | 0.63 |
| Hex | 56 | 9B | EB | 3F | 22 | 0 | 8 | D4 | 4F | 3F |
| Octal | 126 | 233 | 353 | 77 | 42 | 0 | 10 | 324 | 117 | 77 |
| Binary | 1010110 | 10011011 | 11101011 | 111111 | 100010 | 0 | 1000 | 11010100 | 1001111 | 111111 |
Color Harmonies of #569BEB
Complementary color
Monochromatic Colors of #569BEB
Black with #569BEB
Text Example
Text Example
White with #569BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BEB; }
p { color: rgb(86,155,235); }
H1.HeaderClassName
{
color: #569BEB;
}
.AnyTagClassName
{
color: #569BEB;
}
</style>
background-color css
<style>
a { background-color: #569BEB; }
a { background-color: rgb(86,155,235); }
div.DivClassName
{
background-color: #569BEB;
}
.BgClassName
{
background-color: #569BEB;
}
</style>
border-color css
<style>
span { border-color: #569BEB; }
span { border-color: rgb(86,155,235); }
td.TdClassName
{
border-color: #569BEB;
}
.TagClassName
{
border-color: #569BEB;
}
</style>