Shades of Cornflower Blue #448EEA
Tints of Cornflower Blue #448EEA
RGB
CMYK
RGB Variations
Color information
#448EEA (or 0x448EEA) is known color: Cornflower Blue. HEX triplet: 44, 8E and EA. RGB value is (68,142,234). Sum of RGB (Red+Green+Blue) = 68+142+234=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #448EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EEA is #BB7115. Grayscale: #818181. Windows color (decimal): -12284182 or 15371844. OLE color: 15371844.
HSL color Cylindrical-coordinate representation of color #448EEA: hue angle of 213.25º degrees, saturation: 0.8, 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 #448EEA is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 142 | 234 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.08 |
| HSL | 213.25º | 0.8% | 0.59% | - |
| HSV(B) | 213.25º | 0.71% | 0.92% | - |
| XYZ | 26.91 | 26.52 | 81.54 | - |
| YUV | 130.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 234 | 0.71 | 0.39 | 0 | 0.08 | 213.25 | 0.8 | 0.59 |
| Hex | 44 | 8E | EA | 47 | 27 | 0 | 8 | D5 | 50 | 3B |
| Octal | 104 | 216 | 352 | 107 | 47 | 0 | 10 | 325 | 120 | 73 |
| Binary | 1000100 | 10001110 | 11101010 | 1000111 | 100111 | 0 | 1000 | 11010101 | 1010000 | 111011 |
Color Harmonies of #448EEA
Complementary color
Monochromatic Colors of #448EEA
Black with #448EEA
Text Example
Text Example
White with #448EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EEA; }
p { color: rgb(68,142,234); }
H1.HeaderClassName
{
color: #448EEA;
}
.AnyTagClassName
{
color: #448EEA;
}
</style>
background-color css
<style>
a { background-color: #448EEA; }
a { background-color: rgb(68,142,234); }
div.DivClassName
{
background-color: #448EEA;
}
.BgClassName
{
background-color: #448EEA;
}
</style>
border-color css
<style>
span { border-color: #448EEA; }
span { border-color: rgb(68,142,234); }
td.TdClassName
{
border-color: #448EEA;
}
.TagClassName
{
border-color: #448EEA;
}
</style>