Shades of Cornflower Blue #56A6FF
Tints of Cornflower Blue #56A6FF
RGB
CMYK
RGB Variations
Color information
#56A6FF (or 0x56A6FF) is known color: Cornflower Blue. HEX triplet: 56, A6 and FF. RGB value is (86,166,255). Sum of RGB (Red+Green+Blue) = 86+166+255=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #56A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A6FF is #A95900. Grayscale: #979797. Windows color (decimal): -11098369 or 16754262. OLE color: 16754262.
HSL color Cylindrical-coordinate representation of color #56A6FF: hue angle of 211.6º 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 #56A6FF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 166 | 255 | - |
| CMYK | 0.66 | 0.35 | 0 | 0 |
| HSL | 211.6º | 1% | 0.67% | - |
| HSV(B) | 211.6º | 0.66% | 1% | - |
| XYZ | 35.52 | 36.47 | 99.78 | - |
| YUV | 152.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 166 | 255 | 0.66 | 0.35 | 0 | 0 | 211.6 | 1 | 0.67 |
| Hex | 56 | A6 | FF | 42 | 23 | 0 | 0 | D4 | 64 | 43 |
| Octal | 126 | 246 | 377 | 102 | 43 | 0 | 0 | 324 | 144 | 103 |
| Binary | 1010110 | 10100110 | 11111111 | 1000010 | 100011 | 0 | 0 | 11010100 | 1100100 | 1000011 |
Color Harmonies of #56A6FF
Complementary color
Monochromatic Colors of #56A6FF
Black with #56A6FF
Text Example
Text Example
White with #56A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A6FF; }
p { color: rgb(86,166,255); }
H1.HeaderClassName
{
color: #56A6FF;
}
.AnyTagClassName
{
color: #56A6FF;
}
</style>
background-color css
<style>
a { background-color: #56A6FF; }
a { background-color: rgb(86,166,255); }
div.DivClassName
{
background-color: #56A6FF;
}
.BgClassName
{
background-color: #56A6FF;
}
</style>
border-color css
<style>
span { border-color: #56A6FF; }
span { border-color: rgb(86,166,255); }
td.TdClassName
{
border-color: #56A6FF;
}
.TagClassName
{
border-color: #56A6FF;
}
</style>