Shades of Cornflower Blue #448DF3
Tints of Cornflower Blue #448DF3
RGB
CMYK
RGB Variations
Color information
#448DF3 (or 0x448DF3) is known color: Cornflower Blue. HEX triplet: 44, 8D and F3. RGB value is (68,141,243). Sum of RGB (Red+Green+Blue) = 68+141+243=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #448DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448DF3 is #BB720C. Grayscale: #828282. Windows color (decimal): -12284429 or 15961412. OLE color: 15961412.
HSL color Cylindrical-coordinate representation of color #448DF3: hue angle of 214.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #448DF3 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 141 | 243 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.05 |
| HSL | 214.97º | 0.88% | 0.61% | - |
| HSV(B) | 214.97º | 0.72% | 0.95% | - |
| XYZ | 28.09 | 26.75 | 88.48 | - |
| YUV | 130.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 243 | 0.72 | 0.42 | 0 | 0.05 | 214.97 | 0.88 | 0.61 |
| Hex | 44 | 8D | F3 | 48 | 2A | 0 | 5 | D7 | 58 | 3D |
| Octal | 104 | 215 | 363 | 110 | 52 | 0 | 5 | 327 | 130 | 75 |
| Binary | 1000100 | 10001101 | 11110011 | 1001000 | 101010 | 0 | 101 | 11010111 | 1011000 | 111101 |
Color Harmonies of #448DF3
Complementary color
Monochromatic Colors of #448DF3
Black with #448DF3
Text Example
Text Example
White with #448DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DF3; }
p { color: rgb(68,141,243); }
H1.HeaderClassName
{
color: #448DF3;
}
.AnyTagClassName
{
color: #448DF3;
}
</style>
background-color css
<style>
a { background-color: #448DF3; }
a { background-color: rgb(68,141,243); }
div.DivClassName
{
background-color: #448DF3;
}
.BgClassName
{
background-color: #448DF3;
}
</style>
border-color css
<style>
span { border-color: #448DF3; }
span { border-color: rgb(68,141,243); }
td.TdClassName
{
border-color: #448DF3;
}
.TagClassName
{
border-color: #448DF3;
}
</style>