Shades of Cornflower Blue #4988EC
Tints of Cornflower Blue #4988EC
RGB
CMYK
RGB Variations
Color information
#4988EC (or 0x4988EC) is known color: Cornflower Blue. HEX triplet: 49, 88 and EC. RGB value is (73,136,236). Sum of RGB (Red+Green+Blue) = 73+136+236=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #4988EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4988EC is #B67713. Grayscale: #808080. Windows color (decimal): -11958036 or 15501385. OLE color: 15501385.
HSL color Cylindrical-coordinate representation of color #4988EC: hue angle of 216.81º 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 #4988EC is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 136 | 236 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.07 |
| HSL | 216.81º | 0.81% | 0.61% | - |
| HSV(B) | 216.81º | 0.69% | 0.93% | - |
| XYZ | 26.69 | 25.08 | 82.79 | - |
| YUV | 128.56 | 188.63 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 236 | 0.69 | 0.42 | 0 | 0.07 | 216.81 | 0.81 | 0.61 |
| Hex | 49 | 88 | EC | 45 | 2A | 0 | 7 | D9 | 51 | 3D |
| Octal | 111 | 210 | 354 | 105 | 52 | 0 | 7 | 331 | 121 | 75 |
| Binary | 1001001 | 10001000 | 11101100 | 1000101 | 101010 | 0 | 111 | 11011001 | 1010001 | 111101 |
Color Harmonies of #4988EC
Complementary color
Monochromatic Colors of #4988EC
Black with #4988EC
Text Example
Text Example
White with #4988EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988EC; }
p { color: rgb(73,136,236); }
H1.HeaderClassName
{
color: #4988EC;
}
.AnyTagClassName
{
color: #4988EC;
}
</style>
background-color css
<style>
a { background-color: #4988EC; }
a { background-color: rgb(73,136,236); }
div.DivClassName
{
background-color: #4988EC;
}
.BgClassName
{
background-color: #4988EC;
}
</style>
border-color css
<style>
span { border-color: #4988EC; }
span { border-color: rgb(73,136,236); }
td.TdClassName
{
border-color: #4988EC;
}
.TagClassName
{
border-color: #4988EC;
}
</style>