Shades of Cornflower Blue #448FE5
Tints of Cornflower Blue #448FE5
RGB
CMYK
RGB Variations
Color information
#448FE5 (or 0x448FE5) is known color: Cornflower Blue. HEX triplet: 44, 8F and E5. RGB value is (68,143,229). Sum of RGB (Red+Green+Blue) = 68+143+229=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #448FE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FE5 is #BB701A. Grayscale: #818181. Windows color (decimal): -12283931 or 15044420. OLE color: 15044420.
HSL color Cylindrical-coordinate representation of color #448FE5: hue angle of 212.05º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448FE5 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 143 | 229 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.10 |
| HSL | 212.05º | 0.76% | 0.58% | - |
| HSV(B) | 212.05º | 0.7% | 0.9% | - |
| XYZ | 26.35 | 26.53 | 77.86 | - |
| YUV | 130.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 229 | 0.70 | 0.38 | 0 | 0.10 | 212.05 | 0.76 | 0.58 |
| Hex | 44 | 8F | E5 | 46 | 26 | 0 | A | D4 | 4C | 3A |
| Octal | 104 | 217 | 345 | 106 | 46 | 0 | 12 | 324 | 114 | 72 |
| Binary | 1000100 | 10001111 | 11100101 | 1000110 | 100110 | 0 | 1010 | 11010100 | 1001100 | 111010 |
Color Harmonies of #448FE5
Complementary color
Monochromatic Colors of #448FE5
Black with #448FE5
Text Example
Text Example
White with #448FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FE5; }
p { color: rgb(68,143,229); }
H1.HeaderClassName
{
color: #448FE5;
}
.AnyTagClassName
{
color: #448FE5;
}
</style>
background-color css
<style>
a { background-color: #448FE5; }
a { background-color: rgb(68,143,229); }
div.DivClassName
{
background-color: #448FE5;
}
.BgClassName
{
background-color: #448FE5;
}
</style>
border-color css
<style>
span { border-color: #448FE5; }
span { border-color: rgb(68,143,229); }
td.TdClassName
{
border-color: #448FE5;
}
.TagClassName
{
border-color: #448FE5;
}
</style>