Shades of Cornflower Blue #499CEE
Tints of Cornflower Blue #499CEE
RGB
CMYK
RGB Variations
Color information
#499CEE (or 0x499CEE) is known color: Cornflower Blue. HEX triplet: 49, 9C and EE. RGB value is (73,156,238). Sum of RGB (Red+Green+Blue) = 73+156+238=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #499CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CEE is #B66311. Grayscale: #8C8C8C. Windows color (decimal): -11952914 or 15637577. OLE color: 15637577.
HSL color Cylindrical-coordinate representation of color #499CEE: hue angle of 209.82º 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 #499CEE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 156 | 238 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.07 |
| HSL | 209.82º | 0.83% | 0.61% | - |
| HSV(B) | 209.82º | 0.69% | 0.93% | - |
| XYZ | 30.07 | 31.37 | 85.36 | - |
| YUV | 140.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 238 | 0.69 | 0.34 | 0 | 0.07 | 209.82 | 0.83 | 0.61 |
| Hex | 49 | 9C | EE | 45 | 22 | 0 | 7 | D2 | 53 | 3D |
| Octal | 111 | 234 | 356 | 105 | 42 | 0 | 7 | 322 | 123 | 75 |
| Binary | 1001001 | 10011100 | 11101110 | 1000101 | 100010 | 0 | 111 | 11010010 | 1010011 | 111101 |
Color Harmonies of #499CEE
Complementary color
Monochromatic Colors of #499CEE
Black with #499CEE
Text Example
Text Example
White with #499CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CEE; }
p { color: rgb(73,156,238); }
H1.HeaderClassName
{
color: #499CEE;
}
.AnyTagClassName
{
color: #499CEE;
}
</style>
background-color css
<style>
a { background-color: #499CEE; }
a { background-color: rgb(73,156,238); }
div.DivClassName
{
background-color: #499CEE;
}
.BgClassName
{
background-color: #499CEE;
}
</style>
border-color css
<style>
span { border-color: #499CEE; }
span { border-color: rgb(73,156,238); }
td.TdClassName
{
border-color: #499CEE;
}
.TagClassName
{
border-color: #499CEE;
}
</style>