Shades of Cornflower Blue #499EEE
Tints of Cornflower Blue #499EEE
RGB
CMYK
RGB Variations
Color information
#499EEE (or 0x499EEE) is known color: Cornflower Blue. HEX triplet: 49, 9E and EE. RGB value is (73,158,238). Sum of RGB (Red+Green+Blue) = 73+158+238=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #499EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EEE is #B66111. Grayscale: #8D8D8D. Windows color (decimal): -11952402 or 15638089. OLE color: 15638089.
HSL color Cylindrical-coordinate representation of color #499EEE: hue angle of 209.09º degrees, saturation: 0.83, 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 #499EEE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 158 | 238 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.07 |
| HSL | 209.09º | 0.83% | 0.61% | - |
| HSV(B) | 209.09º | 0.69% | 0.93% | - |
| XYZ | 30.41 | 32.04 | 85.47 | - |
| YUV | 141.71 | 182.34 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 238 | 0.69 | 0.34 | 0 | 0.07 | 209.09 | 0.83 | 0.61 |
| Hex | 49 | 9E | EE | 45 | 22 | 0 | 7 | D1 | 53 | 3D |
| Octal | 111 | 236 | 356 | 105 | 42 | 0 | 7 | 321 | 123 | 75 |
| Binary | 1001001 | 10011110 | 11101110 | 1000101 | 100010 | 0 | 111 | 11010001 | 1010011 | 111101 |
Color Harmonies of #499EEE
Complementary color
Monochromatic Colors of #499EEE
Black with #499EEE
Text Example
Text Example
White with #499EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EEE; }
p { color: rgb(73,158,238); }
H1.HeaderClassName
{
color: #499EEE;
}
.AnyTagClassName
{
color: #499EEE;
}
</style>
background-color css
<style>
a { background-color: #499EEE; }
a { background-color: rgb(73,158,238); }
div.DivClassName
{
background-color: #499EEE;
}
.BgClassName
{
background-color: #499EEE;
}
</style>
border-color css
<style>
span { border-color: #499EEE; }
span { border-color: rgb(73,158,238); }
td.TdClassName
{
border-color: #499EEE;
}
.TagClassName
{
border-color: #499EEE;
}
</style>