Shades of Cornflower Blue #568DFB
Tints of Cornflower Blue #568DFB
RGB
CMYK
RGB Variations
Color information
#568DFB (or 0x568DFB) is known color: Cornflower Blue. HEX triplet: 56, 8D and FB. RGB value is (86,141,251). Sum of RGB (Red+Green+Blue) = 86+141+251=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #568DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DFB is #A97204. Grayscale: #888888. Windows color (decimal): -11104773 or 16485718. OLE color: 16485718.
HSL color Cylindrical-coordinate representation of color #568DFB: hue angle of 220º degrees, saturation: 0.95, 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 #568DFB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 141 | 251 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.02 |
| HSL | 220º | 0.95% | 0.66% | - |
| HSV(B) | 220º | 0.66% | 0.98% | - |
| XYZ | 30.78 | 27.99 | 95.05 | - |
| YUV | 137.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 251 | 0.66 | 0.44 | 0 | 0.02 | 220 | 0.95 | 0.66 |
| Hex | 56 | 8D | FB | 42 | 2C | 0 | 2 | DC | 5F | 42 |
| Octal | 126 | 215 | 373 | 102 | 54 | 0 | 2 | 334 | 137 | 102 |
| Binary | 1010110 | 10001101 | 11111011 | 1000010 | 101100 | 0 | 10 | 11011100 | 1011111 | 1000010 |
Color Harmonies of #568DFB
Complementary color
Monochromatic Colors of #568DFB
Black with #568DFB
Text Example
Text Example
White with #568DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DFB; }
p { color: rgb(86,141,251); }
H1.HeaderClassName
{
color: #568DFB;
}
.AnyTagClassName
{
color: #568DFB;
}
</style>
background-color css
<style>
a { background-color: #568DFB; }
a { background-color: rgb(86,141,251); }
div.DivClassName
{
background-color: #568DFB;
}
.BgClassName
{
background-color: #568DFB;
}
</style>
border-color css
<style>
span { border-color: #568DFB; }
span { border-color: rgb(86,141,251); }
td.TdClassName
{
border-color: #568DFB;
}
.TagClassName
{
border-color: #568DFB;
}
</style>