Shades of Cornflower Blue #56A2FF
Tints of Cornflower Blue #56A2FF
RGB
CMYK
RGB Variations
Color information
#56A2FF (or 0x56A2FF) is known color: Cornflower Blue. HEX triplet: 56, A2 and FF. RGB value is (86,162,255). Sum of RGB (Red+Green+Blue) = 86+162+255=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #56A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A2FF is #A95D00. Grayscale: #959595. Windows color (decimal): -11099393 or 16753238. OLE color: 16753238.
HSL color Cylindrical-coordinate representation of color #56A2FF: hue angle of 213.02º 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 #56A2FF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 162 | 255 | - |
| CMYK | 0.66 | 0.36 | 0 | 0 |
| HSL | 213.02º | 1% | 0.67% | - |
| HSV(B) | 213.02º | 0.66% | 1% | - |
| XYZ | 34.81 | 35.04 | 99.54 | - |
| YUV | 149.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 255 | 0.66 | 0.36 | 0 | 0 | 213.02 | 1 | 0.67 |
| Hex | 56 | A2 | FF | 42 | 24 | 0 | 0 | D5 | 64 | 43 |
| Octal | 126 | 242 | 377 | 102 | 44 | 0 | 0 | 325 | 144 | 103 |
| Binary | 1010110 | 10100010 | 11111111 | 1000010 | 100100 | 0 | 0 | 11010101 | 1100100 | 1000011 |
Color Harmonies of #56A2FF
Complementary color
Monochromatic Colors of #56A2FF
Black with #56A2FF
Text Example
Text Example
White with #56A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A2FF; }
p { color: rgb(86,162,255); }
H1.HeaderClassName
{
color: #56A2FF;
}
.AnyTagClassName
{
color: #56A2FF;
}
</style>
background-color css
<style>
a { background-color: #56A2FF; }
a { background-color: rgb(86,162,255); }
div.DivClassName
{
background-color: #56A2FF;
}
.BgClassName
{
background-color: #56A2FF;
}
</style>
border-color css
<style>
span { border-color: #56A2FF; }
span { border-color: rgb(86,162,255); }
td.TdClassName
{
border-color: #56A2FF;
}
.TagClassName
{
border-color: #56A2FF;
}
</style>