Shades of Cornflower Blue #568DF1
Tints of Cornflower Blue #568DF1
RGB
CMYK
RGB Variations
Color information
#568DF1 (or 0x568DF1) is known color: Cornflower Blue. HEX triplet: 56, 8D and F1. RGB value is (86,141,241). Sum of RGB (Red+Green+Blue) = 86+141+241=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #568DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DF1 is #A9720E. Grayscale: #878787. Windows color (decimal): -11104783 or 15830358. OLE color: 15830358.
HSL color Cylindrical-coordinate representation of color #568DF1: hue angle of 218.71º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #568DF1 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 141 | 241 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.05 |
| HSL | 218.71º | 0.85% | 0.64% | - |
| HSV(B) | 218.71º | 0.64% | 0.95% | - |
| XYZ | 29.24 | 27.38 | 86.96 | - |
| YUV | 135.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 241 | 0.64 | 0.41 | 0 | 0.05 | 218.71 | 0.85 | 0.64 |
| Hex | 56 | 8D | F1 | 40 | 29 | 0 | 5 | DB | 55 | 40 |
| Octal | 126 | 215 | 361 | 100 | 51 | 0 | 5 | 333 | 125 | 100 |
| Binary | 1010110 | 10001101 | 11110001 | 1000000 | 101001 | 0 | 101 | 11011011 | 1010101 | 1000000 |
Color Harmonies of #568DF1
Complementary color
Monochromatic Colors of #568DF1
Black with #568DF1
Text Example
Text Example
White with #568DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DF1; }
p { color: rgb(86,141,241); }
H1.HeaderClassName
{
color: #568DF1;
}
.AnyTagClassName
{
color: #568DF1;
}
</style>
background-color css
<style>
a { background-color: #568DF1; }
a { background-color: rgb(86,141,241); }
div.DivClassName
{
background-color: #568DF1;
}
.BgClassName
{
background-color: #568DF1;
}
</style>
border-color css
<style>
span { border-color: #568DF1; }
span { border-color: rgb(86,141,241); }
td.TdClassName
{
border-color: #568DF1;
}
.TagClassName
{
border-color: #568DF1;
}
</style>