Shades of Cornflower Blue #499EFE
Tints of Cornflower Blue #499EFE
RGB
CMYK
RGB Variations
Color information
#499EFE (or 0x499EFE) is known color: Cornflower Blue. HEX triplet: 49, 9E and FE. RGB value is (73,158,254). Sum of RGB (Red+Green+Blue) = 73+158+254=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #499EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EFE is #B66101. Grayscale: #8F8F8F. Windows color (decimal): -11952386 or 16686665. OLE color: 16686665.
HSL color Cylindrical-coordinate representation of color #499EFE: hue angle of 211.82º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499EFE is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 158 | 254 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.00 |
| HSL | 211.82º | 0.99% | 0.64% | - |
| HSV(B) | 211.82º | 0.71% | 1% | - |
| XYZ | 32.86 | 33.03 | 98.41 | - |
| YUV | 143.53 | 190.34 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 254 | 0.71 | 0.38 | 0 | 0.00 | 211.82 | 0.99 | 0.64 |
| Hex | 49 | 9E | FE | 47 | 26 | 0 | 0 | D4 | 63 | 40 |
| Octal | 111 | 236 | 376 | 107 | 46 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1001001 | 10011110 | 11111110 | 1000111 | 100110 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #499EFE
Complementary color
Monochromatic Colors of #499EFE
Black with #499EFE
Text Example
Text Example
White with #499EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EFE; }
p { color: rgb(73,158,254); }
H1.HeaderClassName
{
color: #499EFE;
}
.AnyTagClassName
{
color: #499EFE;
}
</style>
background-color css
<style>
a { background-color: #499EFE; }
a { background-color: rgb(73,158,254); }
div.DivClassName
{
background-color: #499EFE;
}
.BgClassName
{
background-color: #499EFE;
}
</style>
border-color css
<style>
span { border-color: #499EFE; }
span { border-color: rgb(73,158,254); }
td.TdClassName
{
border-color: #499EFE;
}
.TagClassName
{
border-color: #499EFE;
}
</style>