Shades of Cornflower Blue #568EFE
Tints of Cornflower Blue #568EFE
RGB
CMYK
RGB Variations
Color information
#568EFE (or 0x568EFE) is known color: Cornflower Blue. HEX triplet: 56, 8E and FE. RGB value is (86,142,254). Sum of RGB (Red+Green+Blue) = 86+142+254=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #568EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568EFE is #A97101. Grayscale: #898989. Windows color (decimal): -11104514 or 16682582. OLE color: 16682582.
HSL color Cylindrical-coordinate representation of color #568EFE: hue angle of 220º 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 #568EFE is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 142 | 254 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.00 |
| HSL | 220º | 0.99% | 0.67% | - |
| HSV(B) | 220º | 0.66% | 1% | - |
| XYZ | 31.4 | 28.48 | 97.61 | - |
| YUV | 138.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 254 | 0.66 | 0.44 | 0 | 0.00 | 220 | 0.99 | 0.67 |
| Hex | 56 | 8E | FE | 42 | 2C | 0 | 0 | DC | 63 | 43 |
| Octal | 126 | 216 | 376 | 102 | 54 | 0 | 0 | 334 | 143 | 103 |
| Binary | 1010110 | 10001110 | 11111110 | 1000010 | 101100 | 0 | 0 | 11011100 | 1100011 | 1000011 |
Color Harmonies of #568EFE
Complementary color
Monochromatic Colors of #568EFE
Black with #568EFE
Text Example
Text Example
White with #568EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568EFE; }
p { color: rgb(86,142,254); }
H1.HeaderClassName
{
color: #568EFE;
}
.AnyTagClassName
{
color: #568EFE;
}
</style>
background-color css
<style>
a { background-color: #568EFE; }
a { background-color: rgb(86,142,254); }
div.DivClassName
{
background-color: #568EFE;
}
.BgClassName
{
background-color: #568EFE;
}
</style>
border-color css
<style>
span { border-color: #568EFE; }
span { border-color: rgb(86,142,254); }
td.TdClassName
{
border-color: #568EFE;
}
.TagClassName
{
border-color: #568EFE;
}
</style>