Shades of Cornflower Blue #499BED
Tints of Cornflower Blue #499BED
RGB
CMYK
RGB Variations
Color information
#499BED (or 0x499BED) is known color: Cornflower Blue. HEX triplet: 49, 9B and ED. RGB value is (73,155,237). Sum of RGB (Red+Green+Blue) = 73+155+237=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #499BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BED is #B66412. Grayscale: #8B8B8B. Windows color (decimal): -11953171 or 15571785. OLE color: 15571785.
HSL color Cylindrical-coordinate representation of color #499BED: hue angle of 210º 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 #499BED is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 155 | 237 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.07 |
| HSL | 210º | 0.82% | 0.61% | - |
| HSV(B) | 210º | 0.69% | 0.93% | - |
| XYZ | 29.76 | 30.97 | 84.53 | - |
| YUV | 139.83 | 182.83 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 237 | 0.69 | 0.35 | 0 | 0.07 | 210 | 0.82 | 0.61 |
| Hex | 49 | 9B | ED | 45 | 23 | 0 | 7 | D2 | 52 | 3D |
| Octal | 111 | 233 | 355 | 105 | 43 | 0 | 7 | 322 | 122 | 75 |
| Binary | 1001001 | 10011011 | 11101101 | 1000101 | 100011 | 0 | 111 | 11010010 | 1010010 | 111101 |
Color Harmonies of #499BED
Complementary color
Monochromatic Colors of #499BED
Black with #499BED
Text Example
Text Example
White with #499BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BED; }
p { color: rgb(73,155,237); }
H1.HeaderClassName
{
color: #499BED;
}
.AnyTagClassName
{
color: #499BED;
}
</style>
background-color css
<style>
a { background-color: #499BED; }
a { background-color: rgb(73,155,237); }
div.DivClassName
{
background-color: #499BED;
}
.BgClassName
{
background-color: #499BED;
}
</style>
border-color css
<style>
span { border-color: #499BED; }
span { border-color: rgb(73,155,237); }
td.TdClassName
{
border-color: #499BED;
}
.TagClassName
{
border-color: #499BED;
}
</style>