Shades of Cornflower Blue #568CDF
Tints of Cornflower Blue #568CDF
RGB
CMYK
RGB Variations
Color information
#568CDF (or 0x568CDF) is known color: Cornflower Blue. HEX triplet: 56, 8C and DF. RGB value is (86,140,223). Sum of RGB (Red+Green+Blue) = 86+140+223=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #568CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CDF is #A97320. Grayscale: #848484. Windows color (decimal): -11105057 or 14650454. OLE color: 14650454.
HSL color Cylindrical-coordinate representation of color #568CDF: hue angle of 216.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568CDF is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 140 | 223 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.13 |
| HSL | 216.35º | 0.68% | 0.61% | - |
| HSV(B) | 216.35º | 0.61% | 0.87% | - |
| XYZ | 26.54 | 26.06 | 73.44 | - |
| YUV | 133.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 223 | 0.61 | 0.37 | 0 | 0.13 | 216.35 | 0.68 | 0.61 |
| Hex | 56 | 8C | DF | 3D | 25 | 0 | D | D8 | 44 | 3D |
| Octal | 126 | 214 | 337 | 75 | 45 | 0 | 15 | 330 | 104 | 75 |
| Binary | 1010110 | 10001100 | 11011111 | 111101 | 100101 | 0 | 1101 | 11011000 | 1000100 | 111101 |
Color Harmonies of #568CDF
Complementary color
Monochromatic Colors of #568CDF
Black with #568CDF
Text Example
Text Example
White with #568CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568CDF; }
p { color: rgb(86,140,223); }
H1.HeaderClassName
{
color: #568CDF;
}
.AnyTagClassName
{
color: #568CDF;
}
</style>
background-color css
<style>
a { background-color: #568CDF; }
a { background-color: rgb(86,140,223); }
div.DivClassName
{
background-color: #568CDF;
}
.BgClassName
{
background-color: #568CDF;
}
</style>
border-color css
<style>
span { border-color: #568CDF; }
span { border-color: rgb(86,140,223); }
td.TdClassName
{
border-color: #568CDF;
}
.TagClassName
{
border-color: #568CDF;
}
</style>