Shades of Cornflower Blue #448CFE
Tints of Cornflower Blue #448CFE
RGB
CMYK
RGB Variations
Color information
#448CFE (or 0x448CFE) is known color: Cornflower Blue. HEX triplet: 44, 8C and FE. RGB value is (68,140,254). Sum of RGB (Red+Green+Blue) = 68+140+254=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #448CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448CFE is #BB7301. Grayscale: #828282. Windows color (decimal): -12284674 or 16682052. OLE color: 16682052.
HSL color Cylindrical-coordinate representation of color #448CFE: hue angle of 216.77º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448CFE is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 140 | 254 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.00 |
| HSL | 216.77º | 0.99% | 0.63% | - |
| HSV(B) | 216.77º | 0.73% | 1% | - |
| XYZ | 29.65 | 27.14 | 97.44 | - |
| YUV | 131.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 254 | 0.73 | 0.45 | 0 | 0.00 | 216.77 | 0.99 | 0.63 |
| Hex | 44 | 8C | FE | 49 | 2D | 0 | 0 | D9 | 63 | 3F |
| Octal | 104 | 214 | 376 | 111 | 55 | 0 | 0 | 331 | 143 | 77 |
| Binary | 1000100 | 10001100 | 11111110 | 1001001 | 101101 | 0 | 0 | 11011001 | 1100011 | 111111 |
Color Harmonies of #448CFE
Complementary color
Monochromatic Colors of #448CFE
Black with #448CFE
Text Example
Text Example
White with #448CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CFE; }
p { color: rgb(68,140,254); }
H1.HeaderClassName
{
color: #448CFE;
}
.AnyTagClassName
{
color: #448CFE;
}
</style>
background-color css
<style>
a { background-color: #448CFE; }
a { background-color: rgb(68,140,254); }
div.DivClassName
{
background-color: #448CFE;
}
.BgClassName
{
background-color: #448CFE;
}
</style>
border-color css
<style>
span { border-color: #448CFE; }
span { border-color: rgb(68,140,254); }
td.TdClassName
{
border-color: #448CFE;
}
.TagClassName
{
border-color: #448CFE;
}
</style>