Shades of Cornflower Blue #568ADD
Tints of Cornflower Blue #568ADD
RGB
CMYK
RGB Variations
Color information
#568ADD (or 0x568ADD) is known color: Cornflower Blue. HEX triplet: 56, 8A and DD. RGB value is (86,138,221). Sum of RGB (Red+Green+Blue) = 86+138+221=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #568ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ADD is #A97522. Grayscale: #838383. Windows color (decimal): -11105571 or 14518870. OLE color: 14518870.
HSL color Cylindrical-coordinate representation of color #568ADD: hue angle of 216.89º 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 #568ADD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 138 | 221 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.13 |
| HSL | 216.89º | 0.67% | 0.6% | - |
| HSV(B) | 216.89º | 0.61% | 0.87% | - |
| XYZ | 25.98 | 25.38 | 71.94 | - |
| YUV | 131.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 221 | 0.61 | 0.38 | 0 | 0.13 | 216.89 | 0.67 | 0.6 |
| Hex | 56 | 8A | DD | 3D | 26 | 0 | D | D9 | 43 | 3C |
| Octal | 126 | 212 | 335 | 75 | 46 | 0 | 15 | 331 | 103 | 74 |
| Binary | 1010110 | 10001010 | 11011101 | 111101 | 100110 | 0 | 1101 | 11011001 | 1000011 | 111100 |
Color Harmonies of #568ADD
Complementary color
Monochromatic Colors of #568ADD
Black with #568ADD
Text Example
Text Example
White with #568ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ADD; }
p { color: rgb(86,138,221); }
H1.HeaderClassName
{
color: #568ADD;
}
.AnyTagClassName
{
color: #568ADD;
}
</style>
background-color css
<style>
a { background-color: #568ADD; }
a { background-color: rgb(86,138,221); }
div.DivClassName
{
background-color: #568ADD;
}
.BgClassName
{
background-color: #568ADD;
}
</style>
border-color css
<style>
span { border-color: #568ADD; }
span { border-color: rgb(86,138,221); }
td.TdClassName
{
border-color: #568ADD;
}
.TagClassName
{
border-color: #568ADD;
}
</style>