Shades of Cornflower Blue #448DF9
Tints of Cornflower Blue #448DF9
RGB
CMYK
RGB Variations
Color information
#448DF9 (or 0x448DF9) is known color: Cornflower Blue. HEX triplet: 44, 8D and F9. RGB value is (68,141,249). Sum of RGB (Red+Green+Blue) = 68+141+249=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #448DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448DF9 is #BB7206. Grayscale: #828282. Windows color (decimal): -12284423 or 16354628. OLE color: 16354628.
HSL color Cylindrical-coordinate representation of color #448DF9: hue angle of 215.8º 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 #448DF9 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 141 | 249 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.02 |
| HSL | 215.8º | 0.94% | 0.62% | - |
| HSV(B) | 215.8º | 0.73% | 0.98% | - |
| XYZ | 29.01 | 27.12 | 93.33 | - |
| YUV | 131.49 | 194.32 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 249 | 0.73 | 0.43 | 0 | 0.02 | 215.8 | 0.94 | 0.62 |
| Hex | 44 | 8D | F9 | 49 | 2B | 0 | 2 | D8 | 5E | 3E |
| Octal | 104 | 215 | 371 | 111 | 53 | 0 | 2 | 330 | 136 | 76 |
| Binary | 1000100 | 10001101 | 11111001 | 1001001 | 101011 | 0 | 10 | 11011000 | 1011110 | 111110 |
Color Harmonies of #448DF9
Complementary color
Monochromatic Colors of #448DF9
Black with #448DF9
Text Example
Text Example
White with #448DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DF9; }
p { color: rgb(68,141,249); }
H1.HeaderClassName
{
color: #448DF9;
}
.AnyTagClassName
{
color: #448DF9;
}
</style>
background-color css
<style>
a { background-color: #448DF9; }
a { background-color: rgb(68,141,249); }
div.DivClassName
{
background-color: #448DF9;
}
.BgClassName
{
background-color: #448DF9;
}
</style>
border-color css
<style>
span { border-color: #448DF9; }
span { border-color: rgb(68,141,249); }
td.TdClassName
{
border-color: #448DF9;
}
.TagClassName
{
border-color: #448DF9;
}
</style>