Shades of Cornflower Blue #568FFC
Tints of Cornflower Blue #568FFC
RGB
CMYK
RGB Variations
Color information
#568FFC (or 0x568FFC) is known color: Cornflower Blue. HEX triplet: 56, 8F and FC. RGB value is (86,143,252). Sum of RGB (Red+Green+Blue) = 86+143+252=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #568FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568FFC is #A97003. Grayscale: #898989. Windows color (decimal): -11104260 or 16551766. OLE color: 16551766.
HSL color Cylindrical-coordinate representation of color #568FFC: hue angle of 219.4º 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 #568FFC is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 143 | 252 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.01 |
| HSL | 219.4º | 0.97% | 0.66% | - |
| HSV(B) | 219.4º | 0.66% | 0.99% | - |
| XYZ | 31.23 | 28.65 | 95.98 | - |
| YUV | 138.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 252 | 0.66 | 0.43 | 0 | 0.01 | 219.4 | 0.97 | 0.66 |
| Hex | 56 | 8F | FC | 42 | 2B | 0 | 1 | DB | 61 | 42 |
| Octal | 126 | 217 | 374 | 102 | 53 | 0 | 1 | 333 | 141 | 102 |
| Binary | 1010110 | 10001111 | 11111100 | 1000010 | 101011 | 0 | 1 | 11011011 | 1100001 | 1000010 |
Color Harmonies of #568FFC
Complementary color
Monochromatic Colors of #568FFC
Black with #568FFC
Text Example
Text Example
White with #568FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FFC; }
p { color: rgb(86,143,252); }
H1.HeaderClassName
{
color: #568FFC;
}
.AnyTagClassName
{
color: #568FFC;
}
</style>
background-color css
<style>
a { background-color: #568FFC; }
a { background-color: rgb(86,143,252); }
div.DivClassName
{
background-color: #568FFC;
}
.BgClassName
{
background-color: #568FFC;
}
</style>
border-color css
<style>
span { border-color: #568FFC; }
span { border-color: rgb(86,143,252); }
td.TdClassName
{
border-color: #568FFC;
}
.TagClassName
{
border-color: #568FFC;
}
</style>