Shades of Cornflower Blue #568DFE
Tints of Cornflower Blue #568DFE
RGB
CMYK
RGB Variations
Color information
#568DFE (or 0x568DFE) is known color: Cornflower Blue. HEX triplet: 56, 8D and FE. RGB value is (86,141,254). Sum of RGB (Red+Green+Blue) = 86+141+254=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #568DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DFE is #A97201. Grayscale: #888888. Windows color (decimal): -11104770 or 16682326. OLE color: 16682326.
HSL color Cylindrical-coordinate representation of color #568DFE: hue angle of 220.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568DFE is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 141 | 254 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.00 |
| HSL | 220.36º | 0.99% | 0.67% | - |
| HSV(B) | 220.36º | 0.66% | 1% | - |
| XYZ | 31.25 | 28.18 | 97.56 | - |
| YUV | 137.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 254 | 0.66 | 0.44 | 0 | 0.00 | 220.36 | 0.99 | 0.67 |
| Hex | 56 | 8D | FE | 42 | 2C | 0 | 0 | DC | 63 | 43 |
| Octal | 126 | 215 | 376 | 102 | 54 | 0 | 0 | 334 | 143 | 103 |
| Binary | 1010110 | 10001101 | 11111110 | 1000010 | 101100 | 0 | 0 | 11011100 | 1100011 | 1000011 |
Color Harmonies of #568DFE
Complementary color
Monochromatic Colors of #568DFE
Black with #568DFE
Text Example
Text Example
White with #568DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DFE; }
p { color: rgb(86,141,254); }
H1.HeaderClassName
{
color: #568DFE;
}
.AnyTagClassName
{
color: #568DFE;
}
</style>
background-color css
<style>
a { background-color: #568DFE; }
a { background-color: rgb(86,141,254); }
div.DivClassName
{
background-color: #568DFE;
}
.BgClassName
{
background-color: #568DFE;
}
</style>
border-color css
<style>
span { border-color: #568DFE; }
span { border-color: rgb(86,141,254); }
td.TdClassName
{
border-color: #568DFE;
}
.TagClassName
{
border-color: #568DFE;
}
</style>