Shades of Cornflower Blue #56ADFD
Tints of Cornflower Blue #56ADFD
RGB
CMYK
RGB Variations
Color information
#56ADFD (or 0x56ADFD) is known color: Cornflower Blue. HEX triplet: 56, AD and FD. RGB value is (86,173,253). Sum of RGB (Red+Green+Blue) = 86+173+253=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #56ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADFD is #A95202. Grayscale: #9B9B9B. Windows color (decimal): -11096579 or 16624982. OLE color: 16624982.
HSL color Cylindrical-coordinate representation of color #56ADFD: hue angle of 208.74º 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 #56ADFD is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 173 | 253 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.01 |
| HSL | 208.74º | 0.98% | 0.66% | - |
| HSV(B) | 208.74º | 0.66% | 0.99% | - |
| XYZ | 36.51 | 38.96 | 98.52 | - |
| YUV | 156.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 253 | 0.66 | 0.32 | 0 | 0.01 | 208.74 | 0.98 | 0.66 |
| Hex | 56 | AD | FD | 42 | 20 | 0 | 1 | D1 | 62 | 42 |
| Octal | 126 | 255 | 375 | 102 | 40 | 0 | 1 | 321 | 142 | 102 |
| Binary | 1010110 | 10101101 | 11111101 | 1000010 | 100000 | 0 | 1 | 11010001 | 1100010 | 1000010 |
Color Harmonies of #56ADFD
Complementary color
Monochromatic Colors of #56ADFD
Black with #56ADFD
Text Example
Text Example
White with #56ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADFD; }
p { color: rgb(86,173,253); }
H1.HeaderClassName
{
color: #56ADFD;
}
.AnyTagClassName
{
color: #56ADFD;
}
</style>
background-color css
<style>
a { background-color: #56ADFD; }
a { background-color: rgb(86,173,253); }
div.DivClassName
{
background-color: #56ADFD;
}
.BgClassName
{
background-color: #56ADFD;
}
</style>
border-color css
<style>
span { border-color: #56ADFD; }
span { border-color: rgb(86,173,253); }
td.TdClassName
{
border-color: #56ADFD;
}
.TagClassName
{
border-color: #56ADFD;
}
</style>