Shades of Cornflower Blue #568CE0
Tints of Cornflower Blue #568CE0
RGB
CMYK
RGB Variations
Color information
#568CE0 (or 0x568CE0) is known color: Cornflower Blue. HEX triplet: 56, 8C and E0. RGB value is (86,140,224). Sum of RGB (Red+Green+Blue) = 86+140+224=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #568CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CE0 is #A9731F. Grayscale: #858585. Windows color (decimal): -11105056 or 14715990. OLE color: 14715990.
HSL color Cylindrical-coordinate representation of color #568CE0: hue angle of 216.52º degrees, saturation: 0.69, 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 #568CE0 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 140 | 224 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.12 |
| HSL | 216.52º | 0.69% | 0.61% | - |
| HSV(B) | 216.52º | 0.62% | 0.88% | - |
| XYZ | 26.67 | 26.12 | 74.16 | - |
| YUV | 133.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 224 | 0.62 | 0.38 | 0 | 0.12 | 216.52 | 0.69 | 0.61 |
| Hex | 56 | 8C | E0 | 3E | 26 | 0 | C | D9 | 45 | 3D |
| Octal | 126 | 214 | 340 | 76 | 46 | 0 | 14 | 331 | 105 | 75 |
| Binary | 1010110 | 10001100 | 11100000 | 111110 | 100110 | 0 | 1100 | 11011001 | 1000101 | 111101 |
Color Harmonies of #568CE0
Complementary color
Monochromatic Colors of #568CE0
Black with #568CE0
Text Example
Text Example
White with #568CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568CE0; }
p { color: rgb(86,140,224); }
H1.HeaderClassName
{
color: #568CE0;
}
.AnyTagClassName
{
color: #568CE0;
}
</style>
background-color css
<style>
a { background-color: #568CE0; }
a { background-color: rgb(86,140,224); }
div.DivClassName
{
background-color: #568CE0;
}
.BgClassName
{
background-color: #568CE0;
}
</style>
border-color css
<style>
span { border-color: #568CE0; }
span { border-color: rgb(86,140,224); }
td.TdClassName
{
border-color: #568CE0;
}
.TagClassName
{
border-color: #568CE0;
}
</style>