Shades of Cornflower Blue #568DF0
Tints of Cornflower Blue #568DF0
RGB
CMYK
RGB Variations
Color information
#568DF0 (or 0x568DF0) is known color: Cornflower Blue. HEX triplet: 56, 8D and F0. RGB value is (86,141,240). Sum of RGB (Red+Green+Blue) = 86+141+240=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #568DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DF0 is #A9720F. Grayscale: #878787. Windows color (decimal): -11104784 or 15764822. OLE color: 15764822.
HSL color Cylindrical-coordinate representation of color #568DF0: hue angle of 218.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #568DF0 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 141 | 240 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.06 |
| HSL | 218.57º | 0.84% | 0.64% | - |
| HSV(B) | 218.57º | 0.64% | 0.94% | - |
| XYZ | 29.09 | 27.32 | 86.18 | - |
| YUV | 135.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 240 | 0.64 | 0.41 | 0 | 0.06 | 218.57 | 0.84 | 0.64 |
| Hex | 56 | 8D | F0 | 40 | 29 | 0 | 6 | DB | 54 | 40 |
| Octal | 126 | 215 | 360 | 100 | 51 | 0 | 6 | 333 | 124 | 100 |
| Binary | 1010110 | 10001101 | 11110000 | 1000000 | 101001 | 0 | 110 | 11011011 | 1010100 | 1000000 |
Color Harmonies of #568DF0
Complementary color
Monochromatic Colors of #568DF0
Black with #568DF0
Text Example
Text Example
White with #568DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DF0; }
p { color: rgb(86,141,240); }
H1.HeaderClassName
{
color: #568DF0;
}
.AnyTagClassName
{
color: #568DF0;
}
</style>
background-color css
<style>
a { background-color: #568DF0; }
a { background-color: rgb(86,141,240); }
div.DivClassName
{
background-color: #568DF0;
}
.BgClassName
{
background-color: #568DF0;
}
</style>
border-color css
<style>
span { border-color: #568DF0; }
span { border-color: rgb(86,141,240); }
td.TdClassName
{
border-color: #568DF0;
}
.TagClassName
{
border-color: #568DF0;
}
</style>