Shades of Cornflower Blue #56A8FD
Tints of Cornflower Blue #56A8FD
RGB
CMYK
RGB Variations
Color information
#56A8FD (or 0x56A8FD) is known color: Cornflower Blue. HEX triplet: 56, A8 and FD. RGB value is (86,168,253). Sum of RGB (Red+Green+Blue) = 86+168+253=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #56A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A8FD is #A95702. Grayscale: #989898. Windows color (decimal): -11097859 or 16623702. OLE color: 16623702.
HSL color Cylindrical-coordinate representation of color #56A8FD: hue angle of 210.54º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56A8FD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 168 | 253 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.01 |
| HSL | 210.54º | 0.98% | 0.66% | - |
| HSV(B) | 210.54º | 0.66% | 0.99% | - |
| XYZ | 35.57 | 37.08 | 98.21 | - |
| YUV | 153.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 253 | 0.66 | 0.34 | 0 | 0.01 | 210.54 | 0.98 | 0.66 |
| Hex | 56 | A8 | FD | 42 | 22 | 0 | 1 | D3 | 62 | 42 |
| Octal | 126 | 250 | 375 | 102 | 42 | 0 | 1 | 323 | 142 | 102 |
| Binary | 1010110 | 10101000 | 11111101 | 1000010 | 100010 | 0 | 1 | 11010011 | 1100010 | 1000010 |
Color Harmonies of #56A8FD
Complementary color
Monochromatic Colors of #56A8FD
Black with #56A8FD
Text Example
Text Example
White with #56A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8FD; }
p { color: rgb(86,168,253); }
H1.HeaderClassName
{
color: #56A8FD;
}
.AnyTagClassName
{
color: #56A8FD;
}
</style>
background-color css
<style>
a { background-color: #56A8FD; }
a { background-color: rgb(86,168,253); }
div.DivClassName
{
background-color: #56A8FD;
}
.BgClassName
{
background-color: #56A8FD;
}
</style>
border-color css
<style>
span { border-color: #56A8FD; }
span { border-color: rgb(86,168,253); }
td.TdClassName
{
border-color: #56A8FD;
}
.TagClassName
{
border-color: #56A8FD;
}
</style>