Shades of Cornflower Blue #568BDC
Tints of Cornflower Blue #568BDC
RGB
CMYK
RGB Variations
Color information
#568BDC (or 0x568BDC) is known color: Cornflower Blue. HEX triplet: 56, 8B and DC. RGB value is (86,139,220). Sum of RGB (Red+Green+Blue) = 86+139+220=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #568BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BDC is #A97423. Grayscale: #848484. Windows color (decimal): -11105316 or 14453590. OLE color: 14453590.
HSL color Cylindrical-coordinate representation of color #568BDC: hue angle of 216.27º degrees, saturation: 0.66, 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 #568BDC is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 139 | 220 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.14 |
| HSL | 216.27º | 0.66% | 0.6% | - |
| HSV(B) | 216.27º | 0.61% | 0.86% | - |
| XYZ | 25.99 | 25.61 | 71.28 | - |
| YUV | 132.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 220 | 0.61 | 0.37 | 0 | 0.14 | 216.27 | 0.66 | 0.6 |
| Hex | 56 | 8B | DC | 3D | 25 | 0 | E | D8 | 42 | 3C |
| Octal | 126 | 213 | 334 | 75 | 45 | 0 | 16 | 330 | 102 | 74 |
| Binary | 1010110 | 10001011 | 11011100 | 111101 | 100101 | 0 | 1110 | 11011000 | 1000010 | 111100 |
Color Harmonies of #568BDC
Complementary color
Monochromatic Colors of #568BDC
Black with #568BDC
Text Example
Text Example
White with #568BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BDC; }
p { color: rgb(86,139,220); }
H1.HeaderClassName
{
color: #568BDC;
}
.AnyTagClassName
{
color: #568BDC;
}
</style>
background-color css
<style>
a { background-color: #568BDC; }
a { background-color: rgb(86,139,220); }
div.DivClassName
{
background-color: #568BDC;
}
.BgClassName
{
background-color: #568BDC;
}
</style>
border-color css
<style>
span { border-color: #568BDC; }
span { border-color: rgb(86,139,220); }
td.TdClassName
{
border-color: #568BDC;
}
.TagClassName
{
border-color: #568BDC;
}
</style>