Shades of Cornflower Blue #449FF7
Tints of Cornflower Blue #449FF7
RGB
CMYK
RGB Variations
Color information
#449FF7 (or 0x449FF7) is known color: Cornflower Blue. HEX triplet: 44, 9F and F7. RGB value is (68,159,247). Sum of RGB (Red+Green+Blue) = 68+159+247=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #449FF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FF7 is #BB6008. Grayscale: #8D8D8D. Windows color (decimal): -12279817 or 16228164. OLE color: 16228164.
HSL color Cylindrical-coordinate representation of color #449FF7: hue angle of 209.5º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449FF7 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 159 | 247 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.03 |
| HSL | 209.5º | 0.92% | 0.62% | - |
| HSV(B) | 209.5º | 0.72% | 0.97% | - |
| XYZ | 31.57 | 32.74 | 92.65 | - |
| YUV | 141.82 | 187.35 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 247 | 0.72 | 0.36 | 0 | 0.03 | 209.5 | 0.92 | 0.62 |
| Hex | 44 | 9F | F7 | 48 | 24 | 0 | 3 | D1 | 5C | 3E |
| Octal | 104 | 237 | 367 | 110 | 44 | 0 | 3 | 321 | 134 | 76 |
| Binary | 1000100 | 10011111 | 11110111 | 1001000 | 100100 | 0 | 11 | 11010001 | 1011100 | 111110 |
Color Harmonies of #449FF7
Complementary color
Monochromatic Colors of #449FF7
Black with #449FF7
Text Example
Text Example
White with #449FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FF7; }
p { color: rgb(68,159,247); }
H1.HeaderClassName
{
color: #449FF7;
}
.AnyTagClassName
{
color: #449FF7;
}
</style>
background-color css
<style>
a { background-color: #449FF7; }
a { background-color: rgb(68,159,247); }
div.DivClassName
{
background-color: #449FF7;
}
.BgClassName
{
background-color: #449FF7;
}
</style>
border-color css
<style>
span { border-color: #449FF7; }
span { border-color: rgb(68,159,247); }
td.TdClassName
{
border-color: #449FF7;
}
.TagClassName
{
border-color: #449FF7;
}
</style>