Shades of Cornflower Blue #448BEC
Tints of Cornflower Blue #448BEC
RGB
CMYK
RGB Variations
Color information
#448BEC (or 0x448BEC) is known color: Cornflower Blue. HEX triplet: 44, 8B and EC. RGB value is (68,139,236). Sum of RGB (Red+Green+Blue) = 68+139+236=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #448BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BEC is #BB7413. Grayscale: #808080. Windows color (decimal): -12284948 or 15502148. OLE color: 15502148.
HSL color Cylindrical-coordinate representation of color #448BEC: hue angle of 214.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448BEC is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 139 | 236 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.07 |
| HSL | 214.64º | 0.82% | 0.6% | - |
| HSV(B) | 214.64º | 0.71% | 0.93% | - |
| XYZ | 26.76 | 25.75 | 82.92 | - |
| YUV | 128.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 236 | 0.71 | 0.41 | 0 | 0.07 | 214.64 | 0.82 | 0.6 |
| Hex | 44 | 8B | EC | 47 | 29 | 0 | 7 | D7 | 52 | 3C |
| Octal | 104 | 213 | 354 | 107 | 51 | 0 | 7 | 327 | 122 | 74 |
| Binary | 1000100 | 10001011 | 11101100 | 1000111 | 101001 | 0 | 111 | 11010111 | 1010010 | 111100 |
Color Harmonies of #448BEC
Complementary color
Monochromatic Colors of #448BEC
Black with #448BEC
Text Example
Text Example
White with #448BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BEC; }
p { color: rgb(68,139,236); }
H1.HeaderClassName
{
color: #448BEC;
}
.AnyTagClassName
{
color: #448BEC;
}
</style>
background-color css
<style>
a { background-color: #448BEC; }
a { background-color: rgb(68,139,236); }
div.DivClassName
{
background-color: #448BEC;
}
.BgClassName
{
background-color: #448BEC;
}
</style>
border-color css
<style>
span { border-color: #448BEC; }
span { border-color: rgb(68,139,236); }
td.TdClassName
{
border-color: #448BEC;
}
.TagClassName
{
border-color: #448BEC;
}
</style>