Shades of Cornflower Blue #449DF9
Tints of Cornflower Blue #449DF9
RGB
CMYK
RGB Variations
Color information
#449DF9 (or 0x449DF9) is known color: Cornflower Blue. HEX triplet: 44, 9D and F9. RGB value is (68,157,249). Sum of RGB (Red+Green+Blue) = 68+157+249=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #449DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DF9 is #BB6206. Grayscale: #8C8C8C. Windows color (decimal): -12280327 or 16358724. OLE color: 16358724.
HSL color Cylindrical-coordinate representation of color #449DF9: hue angle of 210.5º 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 #449DF9 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 157 | 249 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.02 |
| HSL | 210.5º | 0.94% | 0.62% | - |
| HSV(B) | 210.5º | 0.73% | 0.98% | - |
| XYZ | 31.54 | 32.18 | 94.17 | - |
| YUV | 140.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 249 | 0.73 | 0.37 | 0 | 0.02 | 210.5 | 0.94 | 0.62 |
| Hex | 44 | 9D | F9 | 49 | 25 | 0 | 2 | D2 | 5E | 3E |
| Octal | 104 | 235 | 371 | 111 | 45 | 0 | 2 | 322 | 136 | 76 |
| Binary | 1000100 | 10011101 | 11111001 | 1001001 | 100101 | 0 | 10 | 11010010 | 1011110 | 111110 |
Color Harmonies of #449DF9
Complementary color
Monochromatic Colors of #449DF9
Black with #449DF9
Text Example
Text Example
White with #449DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DF9; }
p { color: rgb(68,157,249); }
H1.HeaderClassName
{
color: #449DF9;
}
.AnyTagClassName
{
color: #449DF9;
}
</style>
background-color css
<style>
a { background-color: #449DF9; }
a { background-color: rgb(68,157,249); }
div.DivClassName
{
background-color: #449DF9;
}
.BgClassName
{
background-color: #449DF9;
}
</style>
border-color css
<style>
span { border-color: #449DF9; }
span { border-color: rgb(68,157,249); }
td.TdClassName
{
border-color: #449DF9;
}
.TagClassName
{
border-color: #449DF9;
}
</style>