Shades of Cornflower Blue #568AFC
Tints of Cornflower Blue #568AFC
RGB
CMYK
RGB Variations
Color information
#568AFC (or 0x568AFC) is known color: Cornflower Blue. HEX triplet: 56, 8A and FC. RGB value is (86,138,252). Sum of RGB (Red+Green+Blue) = 86+138+252=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #568AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568AFC is #A97503. Grayscale: #868686. Windows color (decimal): -11105540 or 16550486. OLE color: 16550486.
HSL color Cylindrical-coordinate representation of color #568AFC: hue angle of 221.2º 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 #568AFC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 138 | 252 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.01 |
| HSL | 221.2º | 0.97% | 0.66% | - |
| HSV(B) | 221.2º | 0.66% | 0.99% | - |
| XYZ | 30.5 | 27.18 | 95.74 | - |
| YUV | 135.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 252 | 0.66 | 0.45 | 0 | 0.01 | 221.2 | 0.97 | 0.66 |
| Hex | 56 | 8A | FC | 42 | 2D | 0 | 1 | DD | 61 | 42 |
| Octal | 126 | 212 | 374 | 102 | 55 | 0 | 1 | 335 | 141 | 102 |
| Binary | 1010110 | 10001010 | 11111100 | 1000010 | 101101 | 0 | 1 | 11011101 | 1100001 | 1000010 |
Color Harmonies of #568AFC
Complementary color
Monochromatic Colors of #568AFC
Black with #568AFC
Text Example
Text Example
White with #568AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AFC; }
p { color: rgb(86,138,252); }
H1.HeaderClassName
{
color: #568AFC;
}
.AnyTagClassName
{
color: #568AFC;
}
</style>
background-color css
<style>
a { background-color: #568AFC; }
a { background-color: rgb(86,138,252); }
div.DivClassName
{
background-color: #568AFC;
}
.BgClassName
{
background-color: #568AFC;
}
</style>
border-color css
<style>
span { border-color: #568AFC; }
span { border-color: rgb(86,138,252); }
td.TdClassName
{
border-color: #568AFC;
}
.TagClassName
{
border-color: #568AFC;
}
</style>