Shades of Cornflower Blue #4E84FD
Tints of Cornflower Blue #4E84FD
RGB
CMYK
RGB Variations
Color information
#4E84FD (or 0x4E84FD) is known color: Cornflower Blue. HEX triplet: 4E, 84 and FD. RGB value is (78,132,253). Sum of RGB (Red+Green+Blue) = 78+132+253=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E84FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E84FD is #B17B02. Grayscale: #818181. Windows color (decimal): -11631363 or 16614478. OLE color: 16614478.
HSL color Cylindrical-coordinate representation of color #4E84FD: hue angle of 221.49º 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 #4E84FD is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 132 | 253 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.01 |
| HSL | 221.49º | 0.98% | 0.65% | - |
| HSV(B) | 221.49º | 0.69% | 0.99% | - |
| XYZ | 29.12 | 25.21 | 96.26 | - |
| YUV | 129.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 132 | 253 | 0.69 | 0.48 | 0 | 0.01 | 221.49 | 0.98 | 0.65 |
| Hex | 4E | 84 | FD | 45 | 30 | 0 | 1 | DD | 62 | 41 |
| Octal | 116 | 204 | 375 | 105 | 60 | 0 | 1 | 335 | 142 | 101 |
| Binary | 1001110 | 10000100 | 11111101 | 1000101 | 110000 | 0 | 1 | 11011101 | 1100010 | 1000001 |
Color Harmonies of #4E84FD
Complementary color
Monochromatic Colors of #4E84FD
Black with #4E84FD
Text Example
Text Example
White with #4E84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E84FD; }
p { color: rgb(78,132,253); }
H1.HeaderClassName
{
color: #4E84FD;
}
.AnyTagClassName
{
color: #4E84FD;
}
</style>
background-color css
<style>
a { background-color: #4E84FD; }
a { background-color: rgb(78,132,253); }
div.DivClassName
{
background-color: #4E84FD;
}
.BgClassName
{
background-color: #4E84FD;
}
</style>
border-color css
<style>
span { border-color: #4E84FD; }
span { border-color: rgb(78,132,253); }
td.TdClassName
{
border-color: #4E84FD;
}
.TagClassName
{
border-color: #4E84FD;
}
</style>