Shades of Cornflower Blue #4988E0
Tints of Cornflower Blue #4988E0
RGB
CMYK
RGB Variations
Color information
#4988E0 (or 0x4988E0) is known color: Cornflower Blue. HEX triplet: 49, 88 and E0. RGB value is (73,136,224). Sum of RGB (Red+Green+Blue) = 73+136+224=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #4988E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988E0 is #B6771F. Grayscale: #7E7E7E. Windows color (decimal): -11958048 or 14714953. OLE color: 14714953.
HSL color Cylindrical-coordinate representation of color #4988E0: hue angle of 214.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4988E0 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 136 | 224 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.12 |
| HSL | 214.97º | 0.71% | 0.58% | - |
| HSV(B) | 214.97º | 0.67% | 0.88% | - |
| XYZ | 25.01 | 24.41 | 73.91 | - |
| YUV | 127.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 224 | 0.67 | 0.39 | 0 | 0.12 | 214.97 | 0.71 | 0.58 |
| Hex | 49 | 88 | E0 | 43 | 27 | 0 | C | D7 | 47 | 3A |
| Octal | 111 | 210 | 340 | 103 | 47 | 0 | 14 | 327 | 107 | 72 |
| Binary | 1001001 | 10001000 | 11100000 | 1000011 | 100111 | 0 | 1100 | 11010111 | 1000111 | 111010 |
Color Harmonies of #4988E0
Complementary color
Monochromatic Colors of #4988E0
Black with #4988E0
Text Example
Text Example
White with #4988E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988E0; }
p { color: rgb(73,136,224); }
H1.HeaderClassName
{
color: #4988E0;
}
.AnyTagClassName
{
color: #4988E0;
}
</style>
background-color css
<style>
a { background-color: #4988E0; }
a { background-color: rgb(73,136,224); }
div.DivClassName
{
background-color: #4988E0;
}
.BgClassName
{
background-color: #4988E0;
}
</style>
border-color css
<style>
span { border-color: #4988E0; }
span { border-color: rgb(73,136,224); }
td.TdClassName
{
border-color: #4988E0;
}
.TagClassName
{
border-color: #4988E0;
}
</style>