Shades of Cornflower Blue #448CE8
Tints of Cornflower Blue #448CE8
RGB
CMYK
RGB Variations
Color information
#448CE8 (or 0x448CE8) is known color: Cornflower Blue. HEX triplet: 44, 8C and E8. RGB value is (68,140,232). Sum of RGB (Red+Green+Blue) = 68+140+232=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #448CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448CE8 is #BB7317. Grayscale: #808080. Windows color (decimal): -12284696 or 15240260. OLE color: 15240260.
HSL color Cylindrical-coordinate representation of color #448CE8: hue angle of 213.66º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448CE8 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 140 | 232 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.09 |
| HSL | 213.66º | 0.78% | 0.59% | - |
| HSV(B) | 213.66º | 0.71% | 0.91% | - |
| XYZ | 26.33 | 25.81 | 79.94 | - |
| YUV | 128.96 | 186.15 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 232 | 0.71 | 0.40 | 0 | 0.09 | 213.66 | 0.78 | 0.59 |
| Hex | 44 | 8C | E8 | 47 | 28 | 0 | 9 | D6 | 4E | 3B |
| Octal | 104 | 214 | 350 | 107 | 50 | 0 | 11 | 326 | 116 | 73 |
| Binary | 1000100 | 10001100 | 11101000 | 1000111 | 101000 | 0 | 1001 | 11010110 | 1001110 | 111011 |
Color Harmonies of #448CE8
Complementary color
Monochromatic Colors of #448CE8
Black with #448CE8
Text Example
Text Example
White with #448CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CE8; }
p { color: rgb(68,140,232); }
H1.HeaderClassName
{
color: #448CE8;
}
.AnyTagClassName
{
color: #448CE8;
}
</style>
background-color css
<style>
a { background-color: #448CE8; }
a { background-color: rgb(68,140,232); }
div.DivClassName
{
background-color: #448CE8;
}
.BgClassName
{
background-color: #448CE8;
}
</style>
border-color css
<style>
span { border-color: #448CE8; }
span { border-color: rgb(68,140,232); }
td.TdClassName
{
border-color: #448CE8;
}
.TagClassName
{
border-color: #448CE8;
}
</style>