Shades of Cornflower Blue #49A2FE
Tints of Cornflower Blue #49A2FE
RGB
CMYK
RGB Variations
Color information
#49A2FE (or 0x49A2FE) is known color: Cornflower Blue. HEX triplet: 49, A2 and FE. RGB value is (73,162,254). Sum of RGB (Red+Green+Blue) = 73+162+254=489 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.93% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #49A2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2FE is #B65D01. Grayscale: #919191. Windows color (decimal): -11951362 or 16687689. OLE color: 16687689.
HSL color Cylindrical-coordinate representation of color #49A2FE: hue angle of 210.5º 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 #49A2FE is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 162 | 254 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.00 |
| HSL | 210.5º | 0.99% | 0.64% | - |
| HSV(B) | 210.5º | 0.71% | 1% | - |
| XYZ | 33.56 | 34.41 | 98.64 | - |
| YUV | 145.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 254 | 0.71 | 0.36 | 0 | 0.00 | 210.5 | 0.99 | 0.64 |
| Hex | 49 | A2 | FE | 47 | 24 | 0 | 0 | D2 | 63 | 40 |
| Octal | 111 | 242 | 376 | 107 | 44 | 0 | 0 | 322 | 143 | 100 |
| Binary | 1001001 | 10100010 | 11111110 | 1000111 | 100100 | 0 | 0 | 11010010 | 1100011 | 1000000 |
Color Harmonies of #49A2FE
Complementary color
Monochromatic Colors of #49A2FE
Black with #49A2FE
Text Example
Text Example
White with #49A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2FE; }
p { color: rgb(73,162,254); }
H1.HeaderClassName
{
color: #49A2FE;
}
.AnyTagClassName
{
color: #49A2FE;
}
</style>
background-color css
<style>
a { background-color: #49A2FE; }
a { background-color: rgb(73,162,254); }
div.DivClassName
{
background-color: #49A2FE;
}
.BgClassName
{
background-color: #49A2FE;
}
</style>
border-color css
<style>
span { border-color: #49A2FE; }
span { border-color: rgb(73,162,254); }
td.TdClassName
{
border-color: #49A2FE;
}
.TagClassName
{
border-color: #49A2FE;
}
</style>