Shades of Cornflower Blue #448FE6
Tints of Cornflower Blue #448FE6
RGB
CMYK
RGB Variations
Color information
#448FE6 (or 0x448FE6) is known color: Cornflower Blue. HEX triplet: 44, 8F and E6. RGB value is (68,143,230). Sum of RGB (Red+Green+Blue) = 68+143+230=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #448FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FE6 is #BB7019. Grayscale: #828282. Windows color (decimal): -12283930 or 15109956. OLE color: 15109956.
HSL color Cylindrical-coordinate representation of color #448FE6: hue angle of 212.22º 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 #448FE6 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 143 | 230 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.10 |
| HSL | 212.22º | 0.76% | 0.58% | - |
| HSV(B) | 212.22º | 0.7% | 0.9% | - |
| XYZ | 26.49 | 26.59 | 78.6 | - |
| YUV | 130.49 | 184.15 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 230 | 0.70 | 0.38 | 0 | 0.10 | 212.22 | 0.76 | 0.58 |
| Hex | 44 | 8F | E6 | 46 | 26 | 0 | A | D4 | 4C | 3A |
| Octal | 104 | 217 | 346 | 106 | 46 | 0 | 12 | 324 | 114 | 72 |
| Binary | 1000100 | 10001111 | 11100110 | 1000110 | 100110 | 0 | 1010 | 11010100 | 1001100 | 111010 |
Color Harmonies of #448FE6
Complementary color
Monochromatic Colors of #448FE6
Black with #448FE6
Text Example
Text Example
White with #448FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FE6; }
p { color: rgb(68,143,230); }
H1.HeaderClassName
{
color: #448FE6;
}
.AnyTagClassName
{
color: #448FE6;
}
</style>
background-color css
<style>
a { background-color: #448FE6; }
a { background-color: rgb(68,143,230); }
div.DivClassName
{
background-color: #448FE6;
}
.BgClassName
{
background-color: #448FE6;
}
</style>
border-color css
<style>
span { border-color: #448FE6; }
span { border-color: rgb(68,143,230); }
td.TdClassName
{
border-color: #448FE6;
}
.TagClassName
{
border-color: #448FE6;
}
</style>