Shades of Cornflower Blue #4EAAFD
Tints of Cornflower Blue #4EAAFD
RGB
CMYK
RGB Variations
Color information
#4EAAFD (or 0x4EAAFD) is known color: Cornflower Blue. HEX triplet: 4E, AA and FD. RGB value is (78,170,253). Sum of RGB (Red+Green+Blue) = 78+170+253=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAAFD is #B15502. Grayscale: #979797. Windows color (decimal): -11621635 or 16624206. OLE color: 16624206.
HSL color Cylindrical-coordinate representation of color #4EAAFD: hue angle of 208.46º degrees, saturation: 0.98, 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 #4EAAFD is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 170 | 253 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.01 |
| HSL | 208.46º | 0.98% | 0.65% | - |
| HSV(B) | 208.46º | 0.69% | 0.99% | - |
| XYZ | 35.25 | 37.46 | 98.3 | - |
| YUV | 151.95 | 185.02 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 253 | 0.69 | 0.33 | 0 | 0.01 | 208.46 | 0.98 | 0.65 |
| Hex | 4E | AA | FD | 45 | 21 | 0 | 1 | D0 | 62 | 41 |
| Octal | 116 | 252 | 375 | 105 | 41 | 0 | 1 | 320 | 142 | 101 |
| Binary | 1001110 | 10101010 | 11111101 | 1000101 | 100001 | 0 | 1 | 11010000 | 1100010 | 1000001 |
Color Harmonies of #4EAAFD
Complementary color
Monochromatic Colors of #4EAAFD
Black with #4EAAFD
Text Example
Text Example
White with #4EAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAFD; }
p { color: rgb(78,170,253); }
H1.HeaderClassName
{
color: #4EAAFD;
}
.AnyTagClassName
{
color: #4EAAFD;
}
</style>
background-color css
<style>
a { background-color: #4EAAFD; }
a { background-color: rgb(78,170,253); }
div.DivClassName
{
background-color: #4EAAFD;
}
.BgClassName
{
background-color: #4EAAFD;
}
</style>
border-color css
<style>
span { border-color: #4EAAFD; }
span { border-color: rgb(78,170,253); }
td.TdClassName
{
border-color: #4EAAFD;
}
.TagClassName
{
border-color: #4EAAFD;
}
</style>