Shades of Cornflower Blue #56A7FE
Tints of Cornflower Blue #56A7FE
RGB
CMYK
RGB Variations
Color information
#56A7FE (or 0x56A7FE) is known color: Cornflower Blue. HEX triplet: 56, A7 and FE. RGB value is (86,167,254). Sum of RGB (Red+Green+Blue) = 86+167+254=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #56A7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A7FE is #A95801. Grayscale: #989898. Windows color (decimal): -11098114 or 16688982. OLE color: 16688982.
HSL color Cylindrical-coordinate representation of color #56A7FE: hue angle of 211.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 #56A7FE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 167 | 254 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.00 |
| HSL | 211.07º | 0.99% | 0.67% | - |
| HSV(B) | 211.07º | 0.66% | 1% | - |
| XYZ | 35.55 | 36.77 | 98.99 | - |
| YUV | 152.7 | 185.16 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 254 | 0.66 | 0.34 | 0 | 0.00 | 211.07 | 0.99 | 0.67 |
| Hex | 56 | A7 | FE | 42 | 22 | 0 | 0 | D3 | 63 | 43 |
| Octal | 126 | 247 | 376 | 102 | 42 | 0 | 0 | 323 | 143 | 103 |
| Binary | 1010110 | 10100111 | 11111110 | 1000010 | 100010 | 0 | 0 | 11010011 | 1100011 | 1000011 |
Color Harmonies of #56A7FE
Complementary color
Monochromatic Colors of #56A7FE
Black with #56A7FE
Text Example
Text Example
White with #56A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A7FE; }
p { color: rgb(86,167,254); }
H1.HeaderClassName
{
color: #56A7FE;
}
.AnyTagClassName
{
color: #56A7FE;
}
</style>
background-color css
<style>
a { background-color: #56A7FE; }
a { background-color: rgb(86,167,254); }
div.DivClassName
{
background-color: #56A7FE;
}
.BgClassName
{
background-color: #56A7FE;
}
</style>
border-color css
<style>
span { border-color: #56A7FE; }
span { border-color: rgb(86,167,254); }
td.TdClassName
{
border-color: #56A7FE;
}
.TagClassName
{
border-color: #56A7FE;
}
</style>