Shades of Cornflower Blue #448DFF
Tints of Cornflower Blue #448DFF
RGB
CMYK
RGB Variations
Color information
#448DFF (or 0x448DFF) is known color: Cornflower Blue. HEX triplet: 44, 8D and FF. RGB value is (68,141,255). Sum of RGB (Red+Green+Blue) = 68+141+255=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #448DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448DFF is #BB7200. Grayscale: #838383. Windows color (decimal): -12284417 or 16747844. OLE color: 16747844.
HSL color Cylindrical-coordinate representation of color #448DFF: hue angle of 216.58º 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 #448DFF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 141 | 255 | - |
| CMYK | 0.73 | 0.45 | 0 | 0 |
| HSL | 216.58º | 1% | 0.63% | - |
| HSV(B) | 216.58º | 0.73% | 1% | - |
| XYZ | 29.96 | 27.5 | 98.34 | - |
| YUV | 132.17 | 197.32 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 255 | 0.73 | 0.45 | 0 | 0 | 216.58 | 1 | 0.63 |
| Hex | 44 | 8D | FF | 49 | 2D | 0 | 0 | D9 | 64 | 3F |
| Octal | 104 | 215 | 377 | 111 | 55 | 0 | 0 | 331 | 144 | 77 |
| Binary | 1000100 | 10001101 | 11111111 | 1001001 | 101101 | 0 | 0 | 11011001 | 1100100 | 111111 |
Color Harmonies of #448DFF
Complementary color
Monochromatic Colors of #448DFF
Black with #448DFF
Text Example
Text Example
White with #448DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DFF; }
p { color: rgb(68,141,255); }
H1.HeaderClassName
{
color: #448DFF;
}
.AnyTagClassName
{
color: #448DFF;
}
</style>
background-color css
<style>
a { background-color: #448DFF; }
a { background-color: rgb(68,141,255); }
div.DivClassName
{
background-color: #448DFF;
}
.BgClassName
{
background-color: #448DFF;
}
</style>
border-color css
<style>
span { border-color: #448DFF; }
span { border-color: rgb(68,141,255); }
td.TdClassName
{
border-color: #448DFF;
}
.TagClassName
{
border-color: #448DFF;
}
</style>