Shades of Cornflower Blue #568FDD
Tints of Cornflower Blue #568FDD
RGB
CMYK
RGB Variations
Color information
#568FDD (or 0x568FDD) is known color: Cornflower Blue. HEX triplet: 56, 8F and DD. RGB value is (86,143,221). Sum of RGB (Red+Green+Blue) = 86+143+221=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #568FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FDD is #A97022. Grayscale: #868686. Windows color (decimal): -11104291 or 14520150. OLE color: 14520150.
HSL color Cylindrical-coordinate representation of color #568FDD: hue angle of 214.67º 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 #568FDD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 143 | 221 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.13 |
| HSL | 214.67º | 0.67% | 0.6% | - |
| HSV(B) | 214.67º | 0.61% | 0.87% | - |
| XYZ | 26.71 | 26.84 | 72.18 | - |
| YUV | 134.85 | 176.62 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 221 | 0.61 | 0.35 | 0 | 0.13 | 214.67 | 0.67 | 0.6 |
| Hex | 56 | 8F | DD | 3D | 23 | 0 | D | D7 | 43 | 3C |
| Octal | 126 | 217 | 335 | 75 | 43 | 0 | 15 | 327 | 103 | 74 |
| Binary | 1010110 | 10001111 | 11011101 | 111101 | 100011 | 0 | 1101 | 11010111 | 1000011 | 111100 |
Color Harmonies of #568FDD
Complementary color
Monochromatic Colors of #568FDD
Black with #568FDD
Text Example
Text Example
White with #568FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FDD; }
p { color: rgb(86,143,221); }
H1.HeaderClassName
{
color: #568FDD;
}
.AnyTagClassName
{
color: #568FDD;
}
</style>
background-color css
<style>
a { background-color: #568FDD; }
a { background-color: rgb(86,143,221); }
div.DivClassName
{
background-color: #568FDD;
}
.BgClassName
{
background-color: #568FDD;
}
</style>
border-color css
<style>
span { border-color: #568FDD; }
span { border-color: rgb(86,143,221); }
td.TdClassName
{
border-color: #568FDD;
}
.TagClassName
{
border-color: #568FDD;
}
</style>