Shades of Cornflower Blue #568DDD
Tints of Cornflower Blue #568DDD
RGB
CMYK
RGB Variations
Color information
#568DDD (or 0x568DDD) is known color: Cornflower Blue. HEX triplet: 56, 8D and DD. RGB value is (86,141,221). Sum of RGB (Red+Green+Blue) = 86+141+221=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #568DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DDD is #A97222. Grayscale: #858585. Windows color (decimal): -11104803 or 14519638. OLE color: 14519638.
HSL color Cylindrical-coordinate representation of color #568DDD: hue angle of 215.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568DDD is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 141 | 221 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.13 |
| HSL | 215.56º | 0.67% | 0.6% | - |
| HSV(B) | 215.56º | 0.61% | 0.87% | - |
| XYZ | 26.41 | 26.25 | 72.08 | - |
| YUV | 133.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 221 | 0.61 | 0.36 | 0 | 0.13 | 215.56 | 0.67 | 0.6 |
| Hex | 56 | 8D | DD | 3D | 24 | 0 | D | D8 | 43 | 3C |
| Octal | 126 | 215 | 335 | 75 | 44 | 0 | 15 | 330 | 103 | 74 |
| Binary | 1010110 | 10001101 | 11011101 | 111101 | 100100 | 0 | 1101 | 11011000 | 1000011 | 111100 |
Color Harmonies of #568DDD
Complementary color
Monochromatic Colors of #568DDD
Black with #568DDD
Text Example
Text Example
White with #568DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DDD; }
p { color: rgb(86,141,221); }
H1.HeaderClassName
{
color: #568DDD;
}
.AnyTagClassName
{
color: #568DDD;
}
</style>
background-color css
<style>
a { background-color: #568DDD; }
a { background-color: rgb(86,141,221); }
div.DivClassName
{
background-color: #568DDD;
}
.BgClassName
{
background-color: #568DDD;
}
</style>
border-color css
<style>
span { border-color: #568DDD; }
span { border-color: rgb(86,141,221); }
td.TdClassName
{
border-color: #568DDD;
}
.TagClassName
{
border-color: #568DDD;
}
</style>