Shades of Cornflower Blue #499DED
Tints of Cornflower Blue #499DED
RGB
CMYK
RGB Variations
Color information
#499DED (or 0x499DED) is known color: Cornflower Blue. HEX triplet: 49, 9D and ED. RGB value is (73,157,237). Sum of RGB (Red+Green+Blue) = 73+157+237=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #499DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DED is #B66212. Grayscale: #8C8C8C. Windows color (decimal): -11952659 or 15572297. OLE color: 15572297.
HSL color Cylindrical-coordinate representation of color #499DED: hue angle of 209.27º degrees, saturation: 0.82, 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 #499DED is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 157 | 237 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.07 |
| HSL | 209.27º | 0.82% | 0.61% | - |
| HSV(B) | 209.27º | 0.69% | 0.93% | - |
| XYZ | 30.09 | 31.64 | 84.64 | - |
| YUV | 141 | 182.17 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 237 | 0.69 | 0.34 | 0 | 0.07 | 209.27 | 0.82 | 0.61 |
| Hex | 49 | 9D | ED | 45 | 22 | 0 | 7 | D1 | 52 | 3D |
| Octal | 111 | 235 | 355 | 105 | 42 | 0 | 7 | 321 | 122 | 75 |
| Binary | 1001001 | 10011101 | 11101101 | 1000101 | 100010 | 0 | 111 | 11010001 | 1010010 | 111101 |
Color Harmonies of #499DED
Complementary color
Monochromatic Colors of #499DED
Black with #499DED
Text Example
Text Example
White with #499DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DED; }
p { color: rgb(73,157,237); }
H1.HeaderClassName
{
color: #499DED;
}
.AnyTagClassName
{
color: #499DED;
}
</style>
background-color css
<style>
a { background-color: #499DED; }
a { background-color: rgb(73,157,237); }
div.DivClassName
{
background-color: #499DED;
}
.BgClassName
{
background-color: #499DED;
}
</style>
border-color css
<style>
span { border-color: #499DED; }
span { border-color: rgb(73,157,237); }
td.TdClassName
{
border-color: #499DED;
}
.TagClassName
{
border-color: #499DED;
}
</style>