Shades of Cornflower Blue #448FFE
Tints of Cornflower Blue #448FFE
RGB
CMYK
RGB Variations
Color information
#448FFE (or 0x448FFE) is known color: Cornflower Blue. HEX triplet: 44, 8F and FE. RGB value is (68,143,254). Sum of RGB (Red+Green+Blue) = 68+143+254=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #448FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FFE is #BB7001. Grayscale: #848484. Windows color (decimal): -12283906 or 16682820. OLE color: 16682820.
HSL color Cylindrical-coordinate representation of color #448FFE: hue angle of 215.81º 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 #448FFE is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 143 | 254 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.00 |
| HSL | 215.81º | 0.99% | 0.63% | - |
| HSV(B) | 215.81º | 0.73% | 1% | - |
| XYZ | 30.1 | 28.03 | 97.59 | - |
| YUV | 133.23 | 196.15 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 254 | 0.73 | 0.44 | 0 | 0.00 | 215.81 | 0.99 | 0.63 |
| Hex | 44 | 8F | FE | 49 | 2C | 0 | 0 | D8 | 63 | 3F |
| Octal | 104 | 217 | 376 | 111 | 54 | 0 | 0 | 330 | 143 | 77 |
| Binary | 1000100 | 10001111 | 11111110 | 1001001 | 101100 | 0 | 0 | 11011000 | 1100011 | 111111 |
Color Harmonies of #448FFE
Complementary color
Monochromatic Colors of #448FFE
Black with #448FFE
Text Example
Text Example
White with #448FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FFE; }
p { color: rgb(68,143,254); }
H1.HeaderClassName
{
color: #448FFE;
}
.AnyTagClassName
{
color: #448FFE;
}
</style>
background-color css
<style>
a { background-color: #448FFE; }
a { background-color: rgb(68,143,254); }
div.DivClassName
{
background-color: #448FFE;
}
.BgClassName
{
background-color: #448FFE;
}
</style>
border-color css
<style>
span { border-color: #448FFE; }
span { border-color: rgb(68,143,254); }
td.TdClassName
{
border-color: #448FFE;
}
.TagClassName
{
border-color: #448FFE;
}
</style>