Shades of Cornflower Blue #568DFF
Tints of Cornflower Blue #568DFF
RGB
CMYK
RGB Variations
Color information
#568DFF (or 0x568DFF) is known color: Cornflower Blue. HEX triplet: 56, 8D and FF. RGB value is (86,141,255). Sum of RGB (Red+Green+Blue) = 86+141+255=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #568DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568DFF is #A97200. Grayscale: #898989. Windows color (decimal): -11104769 or 16747862. OLE color: 16747862.
HSL color Cylindrical-coordinate representation of color #568DFF: hue angle of 220.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568DFF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 141 | 255 | - |
| CMYK | 0.66 | 0.45 | 0 | 0 |
| HSL | 220.47º | 1% | 0.67% | - |
| HSV(B) | 220.47º | 0.66% | 1% | - |
| XYZ | 31.41 | 28.25 | 98.4 | - |
| YUV | 137.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 255 | 0.66 | 0.45 | 0 | 0 | 220.47 | 1 | 0.67 |
| Hex | 56 | 8D | FF | 42 | 2D | 0 | 0 | DC | 64 | 43 |
| Octal | 126 | 215 | 377 | 102 | 55 | 0 | 0 | 334 | 144 | 103 |
| Binary | 1010110 | 10001101 | 11111111 | 1000010 | 101101 | 0 | 0 | 11011100 | 1100100 | 1000011 |
Color Harmonies of #568DFF
Complementary color
Monochromatic Colors of #568DFF
Black with #568DFF
Text Example
Text Example
White with #568DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DFF; }
p { color: rgb(86,141,255); }
H1.HeaderClassName
{
color: #568DFF;
}
.AnyTagClassName
{
color: #568DFF;
}
</style>
background-color css
<style>
a { background-color: #568DFF; }
a { background-color: rgb(86,141,255); }
div.DivClassName
{
background-color: #568DFF;
}
.BgClassName
{
background-color: #568DFF;
}
</style>
border-color css
<style>
span { border-color: #568DFF; }
span { border-color: rgb(86,141,255); }
td.TdClassName
{
border-color: #568DFF;
}
.TagClassName
{
border-color: #568DFF;
}
</style>