Shades of Cornflower Blue #568BFE
Tints of Cornflower Blue #568BFE
RGB
CMYK
RGB Variations
Color information
#568BFE (or 0x568BFE) is known color: Cornflower Blue. HEX triplet: 56, 8B and FE. RGB value is (86,139,254). Sum of RGB (Red+Green+Blue) = 86+139+254=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #568BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568BFE is #A97401. Grayscale: #878787. Windows color (decimal): -11105282 or 16681814. OLE color: 16681814.
HSL color Cylindrical-coordinate representation of color #568BFE: hue angle of 221.07º 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 #568BFE is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 139 | 254 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.00 |
| HSL | 221.07º | 0.99% | 0.67% | - |
| HSV(B) | 221.07º | 0.66% | 1% | - |
| XYZ | 30.96 | 27.6 | 97.46 | - |
| YUV | 136.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 254 | 0.66 | 0.45 | 0 | 0.00 | 221.07 | 0.99 | 0.67 |
| Hex | 56 | 8B | FE | 42 | 2D | 0 | 0 | DD | 63 | 43 |
| Octal | 126 | 213 | 376 | 102 | 55 | 0 | 0 | 335 | 143 | 103 |
| Binary | 1010110 | 10001011 | 11111110 | 1000010 | 101101 | 0 | 0 | 11011101 | 1100011 | 1000011 |
Color Harmonies of #568BFE
Complementary color
Monochromatic Colors of #568BFE
Black with #568BFE
Text Example
Text Example
White with #568BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BFE; }
p { color: rgb(86,139,254); }
H1.HeaderClassName
{
color: #568BFE;
}
.AnyTagClassName
{
color: #568BFE;
}
</style>
background-color css
<style>
a { background-color: #568BFE; }
a { background-color: rgb(86,139,254); }
div.DivClassName
{
background-color: #568BFE;
}
.BgClassName
{
background-color: #568BFE;
}
</style>
border-color css
<style>
span { border-color: #568BFE; }
span { border-color: rgb(86,139,254); }
td.TdClassName
{
border-color: #568BFE;
}
.TagClassName
{
border-color: #568BFE;
}
</style>