Shades of Cornflower Blue #448DE3
Tints of Cornflower Blue #448DE3
RGB
CMYK
RGB Variations
Color information
#448DE3 (or 0x448DE3) is known color: Cornflower Blue. HEX triplet: 44, 8D and E3. RGB value is (68,141,227). Sum of RGB (Red+Green+Blue) = 68+141+227=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #448DE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DE3 is #BB721C. Grayscale: #808080. Windows color (decimal): -12284445 or 14912836. OLE color: 14912836.
HSL color Cylindrical-coordinate representation of color #448DE3: hue angle of 212.45º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448DE3 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 141 | 227 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.11 |
| HSL | 212.45º | 0.74% | 0.58% | - |
| HSV(B) | 212.45º | 0.7% | 0.89% | - |
| XYZ | 25.77 | 25.82 | 76.3 | - |
| YUV | 128.98 | 183.32 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 227 | 0.70 | 0.38 | 0 | 0.11 | 212.45 | 0.74 | 0.58 |
| Hex | 44 | 8D | E3 | 46 | 26 | 0 | B | D4 | 4A | 3A |
| Octal | 104 | 215 | 343 | 106 | 46 | 0 | 13 | 324 | 112 | 72 |
| Binary | 1000100 | 10001101 | 11100011 | 1000110 | 100110 | 0 | 1011 | 11010100 | 1001010 | 111010 |
Color Harmonies of #448DE3
Complementary color
Monochromatic Colors of #448DE3
Black with #448DE3
Text Example
Text Example
White with #448DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DE3; }
p { color: rgb(68,141,227); }
H1.HeaderClassName
{
color: #448DE3;
}
.AnyTagClassName
{
color: #448DE3;
}
</style>
background-color css
<style>
a { background-color: #448DE3; }
a { background-color: rgb(68,141,227); }
div.DivClassName
{
background-color: #448DE3;
}
.BgClassName
{
background-color: #448DE3;
}
</style>
border-color css
<style>
span { border-color: #448DE3; }
span { border-color: rgb(68,141,227); }
td.TdClassName
{
border-color: #448DE3;
}
.TagClassName
{
border-color: #448DE3;
}
</style>