Shades of Cornflower Blue #448BEB
Tints of Cornflower Blue #448BEB
RGB
CMYK
RGB Variations
Color information
#448BEB (or 0x448BEB) is known color: Cornflower Blue. HEX triplet: 44, 8B and EB. RGB value is (68,139,235). Sum of RGB (Red+Green+Blue) = 68+139+235=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #448BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BEB is #BB7414. Grayscale: #808080. Windows color (decimal): -12284949 or 15436612. OLE color: 15436612.
HSL color Cylindrical-coordinate representation of color #448BEB: hue angle of 214.49º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448BEB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 139 | 235 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.08 |
| HSL | 214.49º | 0.81% | 0.59% | - |
| HSV(B) | 214.49º | 0.71% | 0.92% | - |
| XYZ | 26.61 | 25.69 | 82.15 | - |
| YUV | 128.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 235 | 0.71 | 0.41 | 0 | 0.08 | 214.49 | 0.81 | 0.59 |
| Hex | 44 | 8B | EB | 47 | 29 | 0 | 8 | D6 | 51 | 3B |
| Octal | 104 | 213 | 353 | 107 | 51 | 0 | 10 | 326 | 121 | 73 |
| Binary | 1000100 | 10001011 | 11101011 | 1000111 | 101001 | 0 | 1000 | 11010110 | 1010001 | 111011 |
Color Harmonies of #448BEB
Complementary color
Monochromatic Colors of #448BEB
Black with #448BEB
Text Example
Text Example
White with #448BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BEB; }
p { color: rgb(68,139,235); }
H1.HeaderClassName
{
color: #448BEB;
}
.AnyTagClassName
{
color: #448BEB;
}
</style>
background-color css
<style>
a { background-color: #448BEB; }
a { background-color: rgb(68,139,235); }
div.DivClassName
{
background-color: #448BEB;
}
.BgClassName
{
background-color: #448BEB;
}
</style>
border-color css
<style>
span { border-color: #448BEB; }
span { border-color: rgb(68,139,235); }
td.TdClassName
{
border-color: #448BEB;
}
.TagClassName
{
border-color: #448BEB;
}
</style>