Shades of Cornflower Blue #4DAAFC
Tints of Cornflower Blue #4DAAFC
RGB
CMYK
RGB Variations
Color information
#4DAAFC (or 0x4DAAFC) is known color: Cornflower Blue. HEX triplet: 4D, AA and FC. RGB value is (77,170,252). Sum of RGB (Red+Green+Blue) = 77+170+252=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAFC is #B25503. Grayscale: #979797. Windows color (decimal): -11687172 or 16558669. OLE color: 16558669.
HSL color Cylindrical-coordinate representation of color #4DAAFC: hue angle of 208.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAAFC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 170 | 252 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.01 |
| HSL | 208.11º | 0.97% | 0.65% | - |
| HSV(B) | 208.11º | 0.69% | 0.99% | - |
| XYZ | 35.01 | 37.36 | 97.46 | - |
| YUV | 151.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 252 | 0.69 | 0.33 | 0 | 0.01 | 208.11 | 0.97 | 0.65 |
| Hex | 4D | AA | FC | 45 | 21 | 0 | 1 | D0 | 61 | 41 |
| Octal | 115 | 252 | 374 | 105 | 41 | 0 | 1 | 320 | 141 | 101 |
| Binary | 1001101 | 10101010 | 11111100 | 1000101 | 100001 | 0 | 1 | 11010000 | 1100001 | 1000001 |
Color Harmonies of #4DAAFC
Complementary color
Monochromatic Colors of #4DAAFC
Black with #4DAAFC
Text Example
Text Example
White with #4DAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAFC; }
p { color: rgb(77,170,252); }
H1.HeaderClassName
{
color: #4DAAFC;
}
.AnyTagClassName
{
color: #4DAAFC;
}
</style>
background-color css
<style>
a { background-color: #4DAAFC; }
a { background-color: rgb(77,170,252); }
div.DivClassName
{
background-color: #4DAAFC;
}
.BgClassName
{
background-color: #4DAAFC;
}
</style>
border-color css
<style>
span { border-color: #4DAAFC; }
span { border-color: rgb(77,170,252); }
td.TdClassName
{
border-color: #4DAAFC;
}
.TagClassName
{
border-color: #4DAAFC;
}
</style>