Shades of Cornflower Blue #568BFF
Tints of Cornflower Blue #568BFF
RGB
CMYK
RGB Variations
Color information
#568BFF (or 0x568BFF) is known color: Cornflower Blue. HEX triplet: 56, 8B and FF. RGB value is (86,139,255). Sum of RGB (Red+Green+Blue) = 86+139+255=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #568BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568BFF is #A97400. Grayscale: #878787. Windows color (decimal): -11105281 or 16747350. OLE color: 16747350.
HSL color Cylindrical-coordinate representation of color #568BFF: hue angle of 221.18º 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 #568BFF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 139 | 255 | - |
| CMYK | 0.66 | 0.45 | 0 | 0 |
| HSL | 221.18º | 1% | 0.67% | - |
| HSV(B) | 221.18º | 0.66% | 1% | - |
| XYZ | 31.12 | 27.66 | 98.31 | - |
| YUV | 136.38 | 194.94 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 255 | 0.66 | 0.45 | 0 | 0 | 221.18 | 1 | 0.67 |
| Hex | 56 | 8B | FF | 42 | 2D | 0 | 0 | DD | 64 | 43 |
| Octal | 126 | 213 | 377 | 102 | 55 | 0 | 0 | 335 | 144 | 103 |
| Binary | 1010110 | 10001011 | 11111111 | 1000010 | 101101 | 0 | 0 | 11011101 | 1100100 | 1000011 |
Color Harmonies of #568BFF
Complementary color
Monochromatic Colors of #568BFF
Black with #568BFF
Text Example
Text Example
White with #568BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BFF; }
p { color: rgb(86,139,255); }
H1.HeaderClassName
{
color: #568BFF;
}
.AnyTagClassName
{
color: #568BFF;
}
</style>
background-color css
<style>
a { background-color: #568BFF; }
a { background-color: rgb(86,139,255); }
div.DivClassName
{
background-color: #568BFF;
}
.BgClassName
{
background-color: #568BFF;
}
</style>
border-color css
<style>
span { border-color: #568BFF; }
span { border-color: rgb(86,139,255); }
td.TdClassName
{
border-color: #568BFF;
}
.TagClassName
{
border-color: #568BFF;
}
</style>