Shades of Cornflower Blue #449EF9
Tints of Cornflower Blue #449EF9
RGB
CMYK
RGB Variations
Color information
#449EF9 (or 0x449EF9) is known color: Cornflower Blue. HEX triplet: 44, 9E and F9. RGB value is (68,158,249). Sum of RGB (Red+Green+Blue) = 68+158+249=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #449EF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EF9 is #BB6106. Grayscale: #8D8D8D. Windows color (decimal): -12280071 or 16358980. OLE color: 16358980.
HSL color Cylindrical-coordinate representation of color #449EF9: hue angle of 210.17º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449EF9 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 158 | 249 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.02 |
| HSL | 210.17º | 0.94% | 0.62% | - |
| HSV(B) | 210.17º | 0.73% | 0.98% | - |
| XYZ | 31.71 | 32.52 | 94.23 | - |
| YUV | 141.46 | 188.68 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 249 | 0.73 | 0.37 | 0 | 0.02 | 210.17 | 0.94 | 0.62 |
| Hex | 44 | 9E | F9 | 49 | 25 | 0 | 2 | D2 | 5E | 3E |
| Octal | 104 | 236 | 371 | 111 | 45 | 0 | 2 | 322 | 136 | 76 |
| Binary | 1000100 | 10011110 | 11111001 | 1001001 | 100101 | 0 | 10 | 11010010 | 1011110 | 111110 |
Color Harmonies of #449EF9
Complementary color
Monochromatic Colors of #449EF9
Black with #449EF9
Text Example
Text Example
White with #449EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EF9; }
p { color: rgb(68,158,249); }
H1.HeaderClassName
{
color: #449EF9;
}
.AnyTagClassName
{
color: #449EF9;
}
</style>
background-color css
<style>
a { background-color: #449EF9; }
a { background-color: rgb(68,158,249); }
div.DivClassName
{
background-color: #449EF9;
}
.BgClassName
{
background-color: #449EF9;
}
</style>
border-color css
<style>
span { border-color: #449EF9; }
span { border-color: rgb(68,158,249); }
td.TdClassName
{
border-color: #449EF9;
}
.TagClassName
{
border-color: #449EF9;
}
</style>