Shades of Cornflower Blue #569BED
Tints of Cornflower Blue #569BED
RGB
CMYK
RGB Variations
Color information
#569BED (or 0x569BED) is known color: Cornflower Blue. HEX triplet: 56, 9B and ED. RGB value is (86,155,237). Sum of RGB (Red+Green+Blue) = 86+155+237=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #569BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569BED is #A96412. Grayscale: #8F8F8F. Windows color (decimal): -11101203 or 15571798. OLE color: 15571798.
HSL color Cylindrical-coordinate representation of color #569BED: hue angle of 212.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569BED is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 155 | 237 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.07 |
| HSL | 212.58º | 0.81% | 0.63% | - |
| HSV(B) | 212.58º | 0.64% | 0.93% | - |
| XYZ | 30.85 | 31.54 | 84.58 | - |
| YUV | 143.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 237 | 0.64 | 0.35 | 0 | 0.07 | 212.58 | 0.81 | 0.63 |
| Hex | 56 | 9B | ED | 40 | 23 | 0 | 7 | D5 | 51 | 3F |
| Octal | 126 | 233 | 355 | 100 | 43 | 0 | 7 | 325 | 121 | 77 |
| Binary | 1010110 | 10011011 | 11101101 | 1000000 | 100011 | 0 | 111 | 11010101 | 1010001 | 111111 |
Color Harmonies of #569BED
Complementary color
Monochromatic Colors of #569BED
Black with #569BED
Text Example
Text Example
White with #569BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BED; }
p { color: rgb(86,155,237); }
H1.HeaderClassName
{
color: #569BED;
}
.AnyTagClassName
{
color: #569BED;
}
</style>
background-color css
<style>
a { background-color: #569BED; }
a { background-color: rgb(86,155,237); }
div.DivClassName
{
background-color: #569BED;
}
.BgClassName
{
background-color: #569BED;
}
</style>
border-color css
<style>
span { border-color: #569BED; }
span { border-color: rgb(86,155,237); }
td.TdClassName
{
border-color: #569BED;
}
.TagClassName
{
border-color: #569BED;
}
</style>