Shades of Cornflower Blue #448CEF
Tints of Cornflower Blue #448CEF
RGB
CMYK
RGB Variations
Color information
#448CEF (or 0x448CEF) is known color: Cornflower Blue. HEX triplet: 44, 8C and EF. RGB value is (68,140,239). Sum of RGB (Red+Green+Blue) = 68+140+239=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #448CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448CEF is #BB7310. Grayscale: #818181. Windows color (decimal): -12284689 or 15699012. OLE color: 15699012.
HSL color Cylindrical-coordinate representation of color #448CEF: hue angle of 214.74º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #448CEF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 140 | 239 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.06 |
| HSL | 214.74º | 0.84% | 0.6% | - |
| HSV(B) | 214.74º | 0.72% | 0.94% | - |
| XYZ | 27.34 | 26.22 | 85.28 | - |
| YUV | 129.76 | 189.65 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 239 | 0.72 | 0.41 | 0 | 0.06 | 214.74 | 0.84 | 0.6 |
| Hex | 44 | 8C | EF | 48 | 29 | 0 | 6 | D7 | 54 | 3C |
| Octal | 104 | 214 | 357 | 110 | 51 | 0 | 6 | 327 | 124 | 74 |
| Binary | 1000100 | 10001100 | 11101111 | 1001000 | 101001 | 0 | 110 | 11010111 | 1010100 | 111100 |
Color Harmonies of #448CEF
Complementary color
Monochromatic Colors of #448CEF
Black with #448CEF
Text Example
Text Example
White with #448CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CEF; }
p { color: rgb(68,140,239); }
H1.HeaderClassName
{
color: #448CEF;
}
.AnyTagClassName
{
color: #448CEF;
}
</style>
background-color css
<style>
a { background-color: #448CEF; }
a { background-color: rgb(68,140,239); }
div.DivClassName
{
background-color: #448CEF;
}
.BgClassName
{
background-color: #448CEF;
}
</style>
border-color css
<style>
span { border-color: #448CEF; }
span { border-color: rgb(68,140,239); }
td.TdClassName
{
border-color: #448CEF;
}
.TagClassName
{
border-color: #448CEF;
}
</style>