Shades of Cornflower Blue #568FFA
Tints of Cornflower Blue #568FFA
RGB
CMYK
RGB Variations
Color information
#568FFA (or 0x568FFA) is known color: Cornflower Blue. HEX triplet: 56, 8F and FA. RGB value is (86,143,250). Sum of RGB (Red+Green+Blue) = 86+143+250=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #568FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568FFA is #A97005. Grayscale: #898989. Windows color (decimal): -11104262 or 16420694. OLE color: 16420694.
HSL color Cylindrical-coordinate representation of color #568FFA: hue angle of 219.15º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568FFA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 143 | 250 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.02 |
| HSL | 219.15º | 0.94% | 0.66% | - |
| HSV(B) | 219.15º | 0.66% | 0.98% | - |
| XYZ | 30.92 | 28.53 | 94.32 | - |
| YUV | 138.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 250 | 0.66 | 0.43 | 0 | 0.02 | 219.15 | 0.94 | 0.66 |
| Hex | 56 | 8F | FA | 42 | 2B | 0 | 2 | DB | 5E | 42 |
| Octal | 126 | 217 | 372 | 102 | 53 | 0 | 2 | 333 | 136 | 102 |
| Binary | 1010110 | 10001111 | 11111010 | 1000010 | 101011 | 0 | 10 | 11011011 | 1011110 | 1000010 |
Color Harmonies of #568FFA
Complementary color
Monochromatic Colors of #568FFA
Black with #568FFA
Text Example
Text Example
White with #568FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FFA; }
p { color: rgb(86,143,250); }
H1.HeaderClassName
{
color: #568FFA;
}
.AnyTagClassName
{
color: #568FFA;
}
</style>
background-color css
<style>
a { background-color: #568FFA; }
a { background-color: rgb(86,143,250); }
div.DivClassName
{
background-color: #568FFA;
}
.BgClassName
{
background-color: #568FFA;
}
</style>
border-color css
<style>
span { border-color: #568FFA; }
span { border-color: rgb(86,143,250); }
td.TdClassName
{
border-color: #568FFA;
}
.TagClassName
{
border-color: #568FFA;
}
</style>