Shades of Cornflower Blue #49A1FD
Tints of Cornflower Blue #49A1FD
RGB
CMYK
RGB Variations
Color information
#49A1FD (or 0x49A1FD) is known color: Cornflower Blue. HEX triplet: 49, A1 and FD. RGB value is (73,161,253). Sum of RGB (Red+Green+Blue) = 73+161+253=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #49A1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A1FD is #B65E02. Grayscale: #909090. Windows color (decimal): -11951619 or 16621897. OLE color: 16621897.
HSL color Cylindrical-coordinate representation of color #49A1FD: hue angle of 210.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A1FD is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 161 | 253 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.01 |
| HSL | 210.67º | 0.98% | 0.64% | - |
| HSV(B) | 210.67º | 0.71% | 0.99% | - |
| XYZ | 33.22 | 34 | 97.74 | - |
| YUV | 145.18 | 188.85 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 253 | 0.71 | 0.36 | 0 | 0.01 | 210.67 | 0.98 | 0.64 |
| Hex | 49 | A1 | FD | 47 | 24 | 0 | 1 | D3 | 62 | 40 |
| Octal | 111 | 241 | 375 | 107 | 44 | 0 | 1 | 323 | 142 | 100 |
| Binary | 1001001 | 10100001 | 11111101 | 1000111 | 100100 | 0 | 1 | 11010011 | 1100010 | 1000000 |
Color Harmonies of #49A1FD
Complementary color
Monochromatic Colors of #49A1FD
Black with #49A1FD
Text Example
Text Example
White with #49A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A1FD; }
p { color: rgb(73,161,253); }
H1.HeaderClassName
{
color: #49A1FD;
}
.AnyTagClassName
{
color: #49A1FD;
}
</style>
background-color css
<style>
a { background-color: #49A1FD; }
a { background-color: rgb(73,161,253); }
div.DivClassName
{
background-color: #49A1FD;
}
.BgClassName
{
background-color: #49A1FD;
}
</style>
border-color css
<style>
span { border-color: #49A1FD; }
span { border-color: rgb(73,161,253); }
td.TdClassName
{
border-color: #49A1FD;
}
.TagClassName
{
border-color: #49A1FD;
}
</style>