Shades of Cornflower Blue #448FFF
Tints of Cornflower Blue #448FFF
RGB
CMYK
RGB Variations
Color information
#448FFF (or 0x448FFF) is known color: Cornflower Blue. HEX triplet: 44, 8F and FF. RGB value is (68,143,255). Sum of RGB (Red+Green+Blue) = 68+143+255=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #448FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FFF is #BB7000. Grayscale: #848484. Windows color (decimal): -12283905 or 16748356. OLE color: 16748356.
HSL color Cylindrical-coordinate representation of color #448FFF: hue angle of 215.94º 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 #448FFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 143 | 255 | - |
| CMYK | 0.73 | 0.44 | 0 | 0 |
| HSL | 215.94º | 1% | 0.63% | - |
| HSV(B) | 215.94º | 0.73% | 1% | - |
| XYZ | 30.26 | 28.09 | 98.44 | - |
| YUV | 133.34 | 196.65 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 255 | 0.73 | 0.44 | 0 | 0 | 215.94 | 1 | 0.63 |
| Hex | 44 | 8F | FF | 49 | 2C | 0 | 0 | D8 | 64 | 3F |
| Octal | 104 | 217 | 377 | 111 | 54 | 0 | 0 | 330 | 144 | 77 |
| Binary | 1000100 | 10001111 | 11111111 | 1001001 | 101100 | 0 | 0 | 11011000 | 1100100 | 111111 |
Color Harmonies of #448FFF
Complementary color
Monochromatic Colors of #448FFF
Black with #448FFF
Text Example
Text Example
White with #448FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FFF; }
p { color: rgb(68,143,255); }
H1.HeaderClassName
{
color: #448FFF;
}
.AnyTagClassName
{
color: #448FFF;
}
</style>
background-color css
<style>
a { background-color: #448FFF; }
a { background-color: rgb(68,143,255); }
div.DivClassName
{
background-color: #448FFF;
}
.BgClassName
{
background-color: #448FFF;
}
</style>
border-color css
<style>
span { border-color: #448FFF; }
span { border-color: rgb(68,143,255); }
td.TdClassName
{
border-color: #448FFF;
}
.TagClassName
{
border-color: #448FFF;
}
</style>