Shades of Cornflower Blue #448CEB
Tints of Cornflower Blue #448CEB
RGB
CMYK
RGB Variations
Color information
#448CEB (or 0x448CEB) is known color: Cornflower Blue. HEX triplet: 44, 8C and EB. RGB value is (68,140,235). Sum of RGB (Red+Green+Blue) = 68+140+235=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #448CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448CEB is #BB7314. Grayscale: #808080. Windows color (decimal): -12284693 or 15436868. OLE color: 15436868.
HSL color Cylindrical-coordinate representation of color #448CEB: hue angle of 214.13º 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 #448CEB is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 140 | 235 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.08 |
| HSL | 214.13º | 0.81% | 0.59% | - |
| HSV(B) | 214.13º | 0.71% | 0.92% | - |
| XYZ | 26.76 | 25.98 | 82.2 | - |
| YUV | 129.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 235 | 0.71 | 0.40 | 0 | 0.08 | 214.13 | 0.81 | 0.59 |
| Hex | 44 | 8C | EB | 47 | 28 | 0 | 8 | D6 | 51 | 3B |
| Octal | 104 | 214 | 353 | 107 | 50 | 0 | 10 | 326 | 121 | 73 |
| Binary | 1000100 | 10001100 | 11101011 | 1000111 | 101000 | 0 | 1000 | 11010110 | 1010001 | 111011 |
Color Harmonies of #448CEB
Complementary color
Monochromatic Colors of #448CEB
Black with #448CEB
Text Example
Text Example
White with #448CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CEB; }
p { color: rgb(68,140,235); }
H1.HeaderClassName
{
color: #448CEB;
}
.AnyTagClassName
{
color: #448CEB;
}
</style>
background-color css
<style>
a { background-color: #448CEB; }
a { background-color: rgb(68,140,235); }
div.DivClassName
{
background-color: #448CEB;
}
.BgClassName
{
background-color: #448CEB;
}
</style>
border-color css
<style>
span { border-color: #448CEB; }
span { border-color: rgb(68,140,235); }
td.TdClassName
{
border-color: #448CEB;
}
.TagClassName
{
border-color: #448CEB;
}
</style>