Shades of Cornflower Blue #568BDB
Tints of Cornflower Blue #568BDB
RGB
CMYK
RGB Variations
Color information
#568BDB (or 0x568BDB) is known color: Cornflower Blue. HEX triplet: 56, 8B and DB. RGB value is (86,139,219). Sum of RGB (Red+Green+Blue) = 86+139+219=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #568BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BDB is #A97424. Grayscale: #838383. Windows color (decimal): -11105317 or 14388054. OLE color: 14388054.
HSL color Cylindrical-coordinate representation of color #568BDB: hue angle of 216.09º 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 #568BDB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 139 | 219 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.14 |
| HSL | 216.09º | 0.65% | 0.6% | - |
| HSV(B) | 216.09º | 0.61% | 0.86% | - |
| XYZ | 25.86 | 25.56 | 70.59 | - |
| YUV | 132.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 219 | 0.61 | 0.37 | 0 | 0.14 | 216.09 | 0.65 | 0.6 |
| Hex | 56 | 8B | DB | 3D | 25 | 0 | E | D8 | 41 | 3C |
| Octal | 126 | 213 | 333 | 75 | 45 | 0 | 16 | 330 | 101 | 74 |
| Binary | 1010110 | 10001011 | 11011011 | 111101 | 100101 | 0 | 1110 | 11011000 | 1000001 | 111100 |
Color Harmonies of #568BDB
Complementary color
Monochromatic Colors of #568BDB
Black with #568BDB
Text Example
Text Example
White with #568BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BDB; }
p { color: rgb(86,139,219); }
H1.HeaderClassName
{
color: #568BDB;
}
.AnyTagClassName
{
color: #568BDB;
}
</style>
background-color css
<style>
a { background-color: #568BDB; }
a { background-color: rgb(86,139,219); }
div.DivClassName
{
background-color: #568BDB;
}
.BgClassName
{
background-color: #568BDB;
}
</style>
border-color css
<style>
span { border-color: #568BDB; }
span { border-color: rgb(86,139,219); }
td.TdClassName
{
border-color: #568BDB;
}
.TagClassName
{
border-color: #568BDB;
}
</style>