Shades of Cornflower Blue #568CFC
Tints of Cornflower Blue #568CFC
RGB
CMYK
RGB Variations
Color information
#568CFC (or 0x568CFC) is known color: Cornflower Blue. HEX triplet: 56, 8C and FC. RGB value is (86,140,252). Sum of RGB (Red+Green+Blue) = 86+140+252=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #568CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568CFC is #A97303. Grayscale: #888888. Windows color (decimal): -11105028 or 16550998. OLE color: 16550998.
HSL color Cylindrical-coordinate representation of color #568CFC: hue angle of 220.48º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568CFC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 140 | 252 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.01 |
| HSL | 220.48º | 0.97% | 0.66% | - |
| HSV(B) | 220.48º | 0.66% | 0.99% | - |
| XYZ | 30.79 | 27.76 | 95.83 | - |
| YUV | 136.62 | 193.11 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 252 | 0.66 | 0.44 | 0 | 0.01 | 220.48 | 0.97 | 0.66 |
| Hex | 56 | 8C | FC | 42 | 2C | 0 | 1 | DC | 61 | 42 |
| Octal | 126 | 214 | 374 | 102 | 54 | 0 | 1 | 334 | 141 | 102 |
| Binary | 1010110 | 10001100 | 11111100 | 1000010 | 101100 | 0 | 1 | 11011100 | 1100001 | 1000010 |
Color Harmonies of #568CFC
Complementary color
Monochromatic Colors of #568CFC
Black with #568CFC
Text Example
Text Example
White with #568CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568CFC; }
p { color: rgb(86,140,252); }
H1.HeaderClassName
{
color: #568CFC;
}
.AnyTagClassName
{
color: #568CFC;
}
</style>
background-color css
<style>
a { background-color: #568CFC; }
a { background-color: rgb(86,140,252); }
div.DivClassName
{
background-color: #568CFC;
}
.BgClassName
{
background-color: #568CFC;
}
</style>
border-color css
<style>
span { border-color: #568CFC; }
span { border-color: rgb(86,140,252); }
td.TdClassName
{
border-color: #568CFC;
}
.TagClassName
{
border-color: #568CFC;
}
</style>