Shades of Cornflower Blue #4DAAFD
Tints of Cornflower Blue #4DAAFD
RGB
CMYK
RGB Variations
Color information
#4DAAFD (or 0x4DAAFD) is known color: Cornflower Blue. HEX triplet: 4D, AA and FD. RGB value is (77,170,253). Sum of RGB (Red+Green+Blue) = 77+170+253=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAFD is #B25502. Grayscale: #979797. Windows color (decimal): -11687171 or 16624205. OLE color: 16624205.
HSL color Cylindrical-coordinate representation of color #4DAAFD: hue angle of 208.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DAAFD is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 170 | 253 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.01 |
| HSL | 208.3º | 0.98% | 0.65% | - |
| HSV(B) | 208.3º | 0.7% | 0.99% | - |
| XYZ | 35.16 | 37.42 | 98.3 | - |
| YUV | 151.66 | 185.19 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 253 | 0.70 | 0.33 | 0 | 0.01 | 208.3 | 0.98 | 0.65 |
| Hex | 4D | AA | FD | 46 | 21 | 0 | 1 | D0 | 62 | 41 |
| Octal | 115 | 252 | 375 | 106 | 41 | 0 | 1 | 320 | 142 | 101 |
| Binary | 1001101 | 10101010 | 11111101 | 1000110 | 100001 | 0 | 1 | 11010000 | 1100010 | 1000001 |
Color Harmonies of #4DAAFD
Complementary color
Monochromatic Colors of #4DAAFD
Black with #4DAAFD
Text Example
Text Example
White with #4DAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAFD; }
p { color: rgb(77,170,253); }
H1.HeaderClassName
{
color: #4DAAFD;
}
.AnyTagClassName
{
color: #4DAAFD;
}
</style>
background-color css
<style>
a { background-color: #4DAAFD; }
a { background-color: rgb(77,170,253); }
div.DivClassName
{
background-color: #4DAAFD;
}
.BgClassName
{
background-color: #4DAAFD;
}
</style>
border-color css
<style>
span { border-color: #4DAAFD; }
span { border-color: rgb(77,170,253); }
td.TdClassName
{
border-color: #4DAAFD;
}
.TagClassName
{
border-color: #4DAAFD;
}
</style>