Shades of Cornflower Blue #499BEF
Tints of Cornflower Blue #499BEF
RGB
CMYK
RGB Variations
Color information
#499BEF (or 0x499BEF) is known color: Cornflower Blue. HEX triplet: 49, 9B and EF. RGB value is (73,155,239). Sum of RGB (Red+Green+Blue) = 73+155+239=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #499BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BEF is #B66410. Grayscale: #8B8B8B. Windows color (decimal): -11953169 or 15702857. OLE color: 15702857.
HSL color Cylindrical-coordinate representation of color #499BEF: hue angle of 210.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499BEF is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 155 | 239 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.06 |
| HSL | 210.36º | 0.84% | 0.61% | - |
| HSV(B) | 210.36º | 0.69% | 0.94% | - |
| XYZ | 30.05 | 31.09 | 86.08 | - |
| YUV | 140.06 | 183.83 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 239 | 0.69 | 0.35 | 0 | 0.06 | 210.36 | 0.84 | 0.61 |
| Hex | 49 | 9B | EF | 45 | 23 | 0 | 6 | D2 | 54 | 3D |
| Octal | 111 | 233 | 357 | 105 | 43 | 0 | 6 | 322 | 124 | 75 |
| Binary | 1001001 | 10011011 | 11101111 | 1000101 | 100011 | 0 | 110 | 11010010 | 1010100 | 111101 |
Color Harmonies of #499BEF
Complementary color
Monochromatic Colors of #499BEF
Black with #499BEF
Text Example
Text Example
White with #499BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BEF; }
p { color: rgb(73,155,239); }
H1.HeaderClassName
{
color: #499BEF;
}
.AnyTagClassName
{
color: #499BEF;
}
</style>
background-color css
<style>
a { background-color: #499BEF; }
a { background-color: rgb(73,155,239); }
div.DivClassName
{
background-color: #499BEF;
}
.BgClassName
{
background-color: #499BEF;
}
</style>
border-color css
<style>
span { border-color: #499BEF; }
span { border-color: rgb(73,155,239); }
td.TdClassName
{
border-color: #499BEF;
}
.TagClassName
{
border-color: #499BEF;
}
</style>