Shades of Cornflower Blue #568EEF
Tints of Cornflower Blue #568EEF
RGB
CMYK
RGB Variations
Color information
#568EEF (or 0x568EEF) is known color: Cornflower Blue. HEX triplet: 56, 8E and EF. RGB value is (86,142,239). Sum of RGB (Red+Green+Blue) = 86+142+239=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #568EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568EEF is #A97110. Grayscale: #878787. Windows color (decimal): -11104529 or 15699542. OLE color: 15699542.
HSL color Cylindrical-coordinate representation of color #568EEF: hue angle of 218.04º degrees, saturation: 0.83, 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 #568EEF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 142 | 239 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.06 |
| HSL | 218.04º | 0.83% | 0.64% | - |
| HSV(B) | 218.04º | 0.64% | 0.94% | - |
| XYZ | 29.09 | 27.56 | 85.45 | - |
| YUV | 136.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 239 | 0.64 | 0.41 | 0 | 0.06 | 218.04 | 0.83 | 0.64 |
| Hex | 56 | 8E | EF | 40 | 29 | 0 | 6 | DA | 53 | 40 |
| Octal | 126 | 216 | 357 | 100 | 51 | 0 | 6 | 332 | 123 | 100 |
| Binary | 1010110 | 10001110 | 11101111 | 1000000 | 101001 | 0 | 110 | 11011010 | 1010011 | 1000000 |
Color Harmonies of #568EEF
Complementary color
Monochromatic Colors of #568EEF
Black with #568EEF
Text Example
Text Example
White with #568EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568EEF; }
p { color: rgb(86,142,239); }
H1.HeaderClassName
{
color: #568EEF;
}
.AnyTagClassName
{
color: #568EEF;
}
</style>
background-color css
<style>
a { background-color: #568EEF; }
a { background-color: rgb(86,142,239); }
div.DivClassName
{
background-color: #568EEF;
}
.BgClassName
{
background-color: #568EEF;
}
</style>
border-color css
<style>
span { border-color: #568EEF; }
span { border-color: rgb(86,142,239); }
td.TdClassName
{
border-color: #568EEF;
}
.TagClassName
{
border-color: #568EEF;
}
</style>