Shades of Cornflower Blue #568ADB
Tints of Cornflower Blue #568ADB
RGB
CMYK
RGB Variations
Color information
#568ADB (or 0x568ADB) is known color: Cornflower Blue. HEX triplet: 56, 8A and DB. RGB value is (86,138,219). Sum of RGB (Red+Green+Blue) = 86+138+219=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #568ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ADB is #A97524. Grayscale: #838383. Windows color (decimal): -11105573 or 14387798. OLE color: 14387798.
HSL color Cylindrical-coordinate representation of color #568ADB: hue angle of 216.54º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568ADB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 138 | 219 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.14 |
| HSL | 216.54º | 0.65% | 0.6% | - |
| HSV(B) | 216.54º | 0.61% | 0.86% | - |
| XYZ | 25.71 | 25.27 | 70.54 | - |
| YUV | 131.69 | 177.27 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 219 | 0.61 | 0.37 | 0 | 0.14 | 216.54 | 0.65 | 0.6 |
| Hex | 56 | 8A | DB | 3D | 25 | 0 | E | D9 | 41 | 3C |
| Octal | 126 | 212 | 333 | 75 | 45 | 0 | 16 | 331 | 101 | 74 |
| Binary | 1010110 | 10001010 | 11011011 | 111101 | 100101 | 0 | 1110 | 11011001 | 1000001 | 111100 |
Color Harmonies of #568ADB
Complementary color
Monochromatic Colors of #568ADB
Black with #568ADB
Text Example
Text Example
White with #568ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ADB; }
p { color: rgb(86,138,219); }
H1.HeaderClassName
{
color: #568ADB;
}
.AnyTagClassName
{
color: #568ADB;
}
</style>
background-color css
<style>
a { background-color: #568ADB; }
a { background-color: rgb(86,138,219); }
div.DivClassName
{
background-color: #568ADB;
}
.BgClassName
{
background-color: #568ADB;
}
</style>
border-color css
<style>
span { border-color: #568ADB; }
span { border-color: rgb(86,138,219); }
td.TdClassName
{
border-color: #568ADB;
}
.TagClassName
{
border-color: #568ADB;
}
</style>