Shades of Cornflower Blue #4CAAFD
Tints of Cornflower Blue #4CAAFD
RGB
CMYK
RGB Variations
Color information
#4CAAFD (or 0x4CAAFD) is known color: Cornflower Blue. HEX triplet: 4C, AA and FD. RGB value is (76,170,253). Sum of RGB (Red+Green+Blue) = 76+170+253=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CAAFD is #B35502. Grayscale: #969696. Windows color (decimal): -11752707 or 16624204. OLE color: 16624204.
HSL color Cylindrical-coordinate representation of color #4CAAFD: hue angle of 208.14º 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 #4CAAFD is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 170 | 253 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.01 |
| HSL | 208.14º | 0.98% | 0.65% | - |
| HSV(B) | 208.14º | 0.7% | 0.99% | - |
| XYZ | 35.08 | 37.38 | 98.29 | - |
| YUV | 151.36 | 185.36 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 253 | 0.70 | 0.33 | 0 | 0.01 | 208.14 | 0.98 | 0.65 |
| Hex | 4C | AA | FD | 46 | 21 | 0 | 1 | D0 | 62 | 41 |
| Octal | 114 | 252 | 375 | 106 | 41 | 0 | 1 | 320 | 142 | 101 |
| Binary | 1001100 | 10101010 | 11111101 | 1000110 | 100001 | 0 | 1 | 11010000 | 1100010 | 1000001 |
Color Harmonies of #4CAAFD
Complementary color
Monochromatic Colors of #4CAAFD
Black with #4CAAFD
Text Example
Text Example
White with #4CAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAAFD; }
p { color: rgb(76,170,253); }
H1.HeaderClassName
{
color: #4CAAFD;
}
.AnyTagClassName
{
color: #4CAAFD;
}
</style>
background-color css
<style>
a { background-color: #4CAAFD; }
a { background-color: rgb(76,170,253); }
div.DivClassName
{
background-color: #4CAAFD;
}
.BgClassName
{
background-color: #4CAAFD;
}
</style>
border-color css
<style>
span { border-color: #4CAAFD; }
span { border-color: rgb(76,170,253); }
td.TdClassName
{
border-color: #4CAAFD;
}
.TagClassName
{
border-color: #4CAAFD;
}
</style>