Shades of Cornflower Blue #568DF4
Tints of Cornflower Blue #568DF4
RGB
CMYK
RGB Variations
Color information
#568DF4 (or 0x568DF4) is known color: Cornflower Blue. HEX triplet: 56, 8D and F4. RGB value is (86,141,244). Sum of RGB (Red+Green+Blue) = 86+141+244=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #568DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DF4 is #A9720B. Grayscale: #878787. Windows color (decimal): -11104780 or 16026966. OLE color: 16026966.
HSL color Cylindrical-coordinate representation of color #568DF4: hue angle of 219.11º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #568DF4 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 141 | 244 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.04 |
| HSL | 219.11º | 0.88% | 0.65% | - |
| HSV(B) | 219.11º | 0.65% | 0.96% | - |
| XYZ | 29.69 | 27.56 | 89.34 | - |
| YUV | 136.3 | 188.78 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 244 | 0.65 | 0.42 | 0 | 0.04 | 219.11 | 0.88 | 0.65 |
| Hex | 56 | 8D | F4 | 41 | 2A | 0 | 4 | DB | 58 | 41 |
| Octal | 126 | 215 | 364 | 101 | 52 | 0 | 4 | 333 | 130 | 101 |
| Binary | 1010110 | 10001101 | 11110100 | 1000001 | 101010 | 0 | 100 | 11011011 | 1011000 | 1000001 |
Color Harmonies of #568DF4
Complementary color
Monochromatic Colors of #568DF4
Black with #568DF4
Text Example
Text Example
White with #568DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DF4; }
p { color: rgb(86,141,244); }
H1.HeaderClassName
{
color: #568DF4;
}
.AnyTagClassName
{
color: #568DF4;
}
</style>
background-color css
<style>
a { background-color: #568DF4; }
a { background-color: rgb(86,141,244); }
div.DivClassName
{
background-color: #568DF4;
}
.BgClassName
{
background-color: #568DF4;
}
</style>
border-color css
<style>
span { border-color: #568DF4; }
span { border-color: rgb(86,141,244); }
td.TdClassName
{
border-color: #568DF4;
}
.TagClassName
{
border-color: #568DF4;
}
</style>