Shades of Cornflower Blue #448EFF
Tints of Cornflower Blue #448EFF
RGB
CMYK
RGB Variations
Color information
#448EFF (or 0x448EFF) is known color: Cornflower Blue. HEX triplet: 44, 8E and FF. RGB value is (68,142,255). Sum of RGB (Red+Green+Blue) = 68+142+255=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #448EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EFF is #BB7100. Grayscale: #848484. Windows color (decimal): -12284161 or 16748100. OLE color: 16748100.
HSL color Cylindrical-coordinate representation of color #448EFF: hue angle of 216.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448EFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 142 | 255 | - |
| CMYK | 0.73 | 0.44 | 0 | 0 |
| HSL | 216.26º | 1% | 0.63% | - |
| HSV(B) | 216.26º | 0.73% | 1% | - |
| XYZ | 30.11 | 27.79 | 98.39 | - |
| YUV | 132.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 255 | 0.73 | 0.44 | 0 | 0 | 216.26 | 1 | 0.63 |
| Hex | 44 | 8E | FF | 49 | 2C | 0 | 0 | D8 | 64 | 3F |
| Octal | 104 | 216 | 377 | 111 | 54 | 0 | 0 | 330 | 144 | 77 |
| Binary | 1000100 | 10001110 | 11111111 | 1001001 | 101100 | 0 | 0 | 11011000 | 1100100 | 111111 |
Color Harmonies of #448EFF
Complementary color
Monochromatic Colors of #448EFF
Black with #448EFF
Text Example
Text Example
White with #448EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EFF; }
p { color: rgb(68,142,255); }
H1.HeaderClassName
{
color: #448EFF;
}
.AnyTagClassName
{
color: #448EFF;
}
</style>
background-color css
<style>
a { background-color: #448EFF; }
a { background-color: rgb(68,142,255); }
div.DivClassName
{
background-color: #448EFF;
}
.BgClassName
{
background-color: #448EFF;
}
</style>
border-color css
<style>
span { border-color: #448EFF; }
span { border-color: rgb(68,142,255); }
td.TdClassName
{
border-color: #448EFF;
}
.TagClassName
{
border-color: #448EFF;
}
</style>