Shades of Cornflower Blue #568CE1
Tints of Cornflower Blue #568CE1
RGB
CMYK
RGB Variations
Color information
#568CE1 (or 0x568CE1) is known color: Cornflower Blue. HEX triplet: 56, 8C and E1. RGB value is (86,140,225). Sum of RGB (Red+Green+Blue) = 86+140+225=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #568CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CE1 is #A9731E. Grayscale: #858585. Windows color (decimal): -11105055 or 14781526. OLE color: 14781526.
HSL color Cylindrical-coordinate representation of color #568CE1: hue angle of 216.69º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #568CE1 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 140 | 225 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.12 |
| HSL | 216.69º | 0.7% | 0.61% | - |
| HSV(B) | 216.69º | 0.62% | 0.88% | - |
| XYZ | 26.81 | 26.17 | 74.87 | - |
| YUV | 133.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 225 | 0.62 | 0.38 | 0 | 0.12 | 216.69 | 0.7 | 0.61 |
| Hex | 56 | 8C | E1 | 3E | 26 | 0 | C | D9 | 46 | 3D |
| Octal | 126 | 214 | 341 | 76 | 46 | 0 | 14 | 331 | 106 | 75 |
| Binary | 1010110 | 10001100 | 11100001 | 111110 | 100110 | 0 | 1100 | 11011001 | 1000110 | 111101 |
Color Harmonies of #568CE1
Complementary color
Monochromatic Colors of #568CE1
Black with #568CE1
Text Example
Text Example
White with #568CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568CE1; }
p { color: rgb(86,140,225); }
H1.HeaderClassName
{
color: #568CE1;
}
.AnyTagClassName
{
color: #568CE1;
}
</style>
background-color css
<style>
a { background-color: #568CE1; }
a { background-color: rgb(86,140,225); }
div.DivClassName
{
background-color: #568CE1;
}
.BgClassName
{
background-color: #568CE1;
}
</style>
border-color css
<style>
span { border-color: #568CE1; }
span { border-color: rgb(86,140,225); }
td.TdClassName
{
border-color: #568CE1;
}
.TagClassName
{
border-color: #568CE1;
}
</style>