Shades of Cornflower Blue #4985EC
Tints of Cornflower Blue #4985EC
RGB
CMYK
RGB Variations
Color information
#4985EC (or 0x4985EC) is known color: Cornflower Blue. HEX triplet: 49, 85 and EC. RGB value is (73,133,236). Sum of RGB (Red+Green+Blue) = 73+133+236=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #4985EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4985EC is #B67A13. Grayscale: #7E7E7E. Windows color (decimal): -11958804 or 15500617. OLE color: 15500617.
HSL color Cylindrical-coordinate representation of color #4985EC: hue angle of 217.91º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4985EC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 133 | 236 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.07 |
| HSL | 217.91º | 0.81% | 0.61% | - |
| HSV(B) | 217.91º | 0.69% | 0.93% | - |
| XYZ | 26.28 | 24.25 | 82.65 | - |
| YUV | 126.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 236 | 0.69 | 0.44 | 0 | 0.07 | 217.91 | 0.81 | 0.61 |
| Hex | 49 | 85 | EC | 45 | 2C | 0 | 7 | DA | 51 | 3D |
| Octal | 111 | 205 | 354 | 105 | 54 | 0 | 7 | 332 | 121 | 75 |
| Binary | 1001001 | 10000101 | 11101100 | 1000101 | 101100 | 0 | 111 | 11011010 | 1010001 | 111101 |
Color Harmonies of #4985EC
Complementary color
Monochromatic Colors of #4985EC
Black with #4985EC
Text Example
Text Example
White with #4985EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4985EC; }
p { color: rgb(73,133,236); }
H1.HeaderClassName
{
color: #4985EC;
}
.AnyTagClassName
{
color: #4985EC;
}
</style>
background-color css
<style>
a { background-color: #4985EC; }
a { background-color: rgb(73,133,236); }
div.DivClassName
{
background-color: #4985EC;
}
.BgClassName
{
background-color: #4985EC;
}
</style>
border-color css
<style>
span { border-color: #4985EC; }
span { border-color: rgb(73,133,236); }
td.TdClassName
{
border-color: #4985EC;
}
.TagClassName
{
border-color: #4985EC;
}
</style>