Shades of Cornflower Blue #449EFF
Tints of Cornflower Blue #449EFF
RGB
CMYK
RGB Variations
Color information
#449EFF (or 0x449EFF) is known color: Cornflower Blue. HEX triplet: 44, 9E and FF. RGB value is (68,158,255). Sum of RGB (Red+Green+Blue) = 68+158+255=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #449EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EFF is #BB6100. Grayscale: #8D8D8D. Windows color (decimal): -12280065 or 16752196. OLE color: 16752196.
HSL color Cylindrical-coordinate representation of color #449EFF: hue angle of 211.12º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449EFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 158 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.12º | 1% | 0.63% | - |
| HSV(B) | 211.12º | 0.73% | 1% | - |
| XYZ | 32.66 | 32.9 | 99.24 | - |
| YUV | 142.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 255 | 0.73 | 0.38 | 0 | 0 | 211.12 | 1 | 0.63 |
| Hex | 44 | 9E | FF | 49 | 26 | 0 | 0 | D3 | 64 | 3F |
| Octal | 104 | 236 | 377 | 111 | 46 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000100 | 10011110 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #449EFF
Complementary color
Monochromatic Colors of #449EFF
Black with #449EFF
Text Example
Text Example
White with #449EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EFF; }
p { color: rgb(68,158,255); }
H1.HeaderClassName
{
color: #449EFF;
}
.AnyTagClassName
{
color: #449EFF;
}
</style>
background-color css
<style>
a { background-color: #449EFF; }
a { background-color: rgb(68,158,255); }
div.DivClassName
{
background-color: #449EFF;
}
.BgClassName
{
background-color: #449EFF;
}
</style>
border-color css
<style>
span { border-color: #449EFF; }
span { border-color: rgb(68,158,255); }
td.TdClassName
{
border-color: #449EFF;
}
.TagClassName
{
border-color: #449EFF;
}
</style>