Shades of Cornflower Blue #56A8FF
Tints of Cornflower Blue #56A8FF
RGB
CMYK
RGB Variations
Color information
#56A8FF (or 0x56A8FF) is known color: Cornflower Blue. HEX triplet: 56, A8 and FF. RGB value is (86,168,255). Sum of RGB (Red+Green+Blue) = 86+168+255=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #56A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A8FF is #A95700. Grayscale: #989898. Windows color (decimal): -11097857 or 16754774. OLE color: 16754774.
HSL color Cylindrical-coordinate representation of color #56A8FF: hue angle of 210.89º 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 #56A8FF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 168 | 255 | - |
| CMYK | 0.66 | 0.34 | 0 | 0 |
| HSL | 210.89º | 1% | 0.67% | - |
| HSV(B) | 210.89º | 0.66% | 1% | - |
| XYZ | 35.89 | 37.2 | 99.9 | - |
| YUV | 153.4 | 185.33 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 255 | 0.66 | 0.34 | 0 | 0 | 210.89 | 1 | 0.67 |
| Hex | 56 | A8 | FF | 42 | 22 | 0 | 0 | D3 | 64 | 43 |
| Octal | 126 | 250 | 377 | 102 | 42 | 0 | 0 | 323 | 144 | 103 |
| Binary | 1010110 | 10101000 | 11111111 | 1000010 | 100010 | 0 | 0 | 11010011 | 1100100 | 1000011 |
Color Harmonies of #56A8FF
Complementary color
Monochromatic Colors of #56A8FF
Black with #56A8FF
Text Example
Text Example
White with #56A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8FF; }
p { color: rgb(86,168,255); }
H1.HeaderClassName
{
color: #56A8FF;
}
.AnyTagClassName
{
color: #56A8FF;
}
</style>
background-color css
<style>
a { background-color: #56A8FF; }
a { background-color: rgb(86,168,255); }
div.DivClassName
{
background-color: #56A8FF;
}
.BgClassName
{
background-color: #56A8FF;
}
</style>
border-color css
<style>
span { border-color: #56A8FF; }
span { border-color: rgb(86,168,255); }
td.TdClassName
{
border-color: #56A8FF;
}
.TagClassName
{
border-color: #56A8FF;
}
</style>