Shades of Cornflower Blue #449DF7
Tints of Cornflower Blue #449DF7
RGB
CMYK
RGB Variations
Color information
#449DF7 (or 0x449DF7) is known color: Cornflower Blue. HEX triplet: 44, 9D and F7. RGB value is (68,157,247). Sum of RGB (Red+Green+Blue) = 68+157+247=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #449DF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DF7 is #BB6208. Grayscale: #8C8C8C. Windows color (decimal): -12280329 or 16227652. OLE color: 16227652.
HSL color Cylindrical-coordinate representation of color #449DF7: hue angle of 210.17º 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 #449DF7 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 157 | 247 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.03 |
| HSL | 210.17º | 0.92% | 0.62% | - |
| HSV(B) | 210.17º | 0.72% | 0.97% | - |
| XYZ | 31.23 | 32.06 | 92.54 | - |
| YUV | 140.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 247 | 0.72 | 0.36 | 0 | 0.03 | 210.17 | 0.92 | 0.62 |
| Hex | 44 | 9D | F7 | 48 | 24 | 0 | 3 | D2 | 5C | 3E |
| Octal | 104 | 235 | 367 | 110 | 44 | 0 | 3 | 322 | 134 | 76 |
| Binary | 1000100 | 10011101 | 11110111 | 1001000 | 100100 | 0 | 11 | 11010010 | 1011100 | 111110 |
Color Harmonies of #449DF7
Complementary color
Monochromatic Colors of #449DF7
Black with #449DF7
Text Example
Text Example
White with #449DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DF7; }
p { color: rgb(68,157,247); }
H1.HeaderClassName
{
color: #449DF7;
}
.AnyTagClassName
{
color: #449DF7;
}
</style>
background-color css
<style>
a { background-color: #449DF7; }
a { background-color: rgb(68,157,247); }
div.DivClassName
{
background-color: #449DF7;
}
.BgClassName
{
background-color: #449DF7;
}
</style>
border-color css
<style>
span { border-color: #449DF7; }
span { border-color: rgb(68,157,247); }
td.TdClassName
{
border-color: #449DF7;
}
.TagClassName
{
border-color: #449DF7;
}
</style>