Shades of Cornflower Blue #448AF1
Tints of Cornflower Blue #448AF1
RGB
CMYK
RGB Variations
Color information
#448AF1 (or 0x448AF1) is known color: Cornflower Blue. HEX triplet: 44, 8A and F1. RGB value is (68,138,241). Sum of RGB (Red+Green+Blue) = 68+138+241=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #448AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448AF1 is #BB750E. Grayscale: #808080. Windows color (decimal): -12285199 or 15829572. OLE color: 15829572.
HSL color Cylindrical-coordinate representation of color #448AF1: hue angle of 215.72º degrees, saturation: 0.86, 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 #448AF1 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 138 | 241 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.05 |
| HSL | 215.72º | 0.86% | 0.61% | - |
| HSV(B) | 215.72º | 0.72% | 0.95% | - |
| XYZ | 27.35 | 25.76 | 86.75 | - |
| YUV | 128.81 | 191.31 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 241 | 0.72 | 0.43 | 0 | 0.05 | 215.72 | 0.86 | 0.61 |
| Hex | 44 | 8A | F1 | 48 | 2B | 0 | 5 | D8 | 56 | 3D |
| Octal | 104 | 212 | 361 | 110 | 53 | 0 | 5 | 330 | 126 | 75 |
| Binary | 1000100 | 10001010 | 11110001 | 1001000 | 101011 | 0 | 101 | 11011000 | 1010110 | 111101 |
Color Harmonies of #448AF1
Complementary color
Monochromatic Colors of #448AF1
Black with #448AF1
Text Example
Text Example
White with #448AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448AF1; }
p { color: rgb(68,138,241); }
H1.HeaderClassName
{
color: #448AF1;
}
.AnyTagClassName
{
color: #448AF1;
}
</style>
background-color css
<style>
a { background-color: #448AF1; }
a { background-color: rgb(68,138,241); }
div.DivClassName
{
background-color: #448AF1;
}
.BgClassName
{
background-color: #448AF1;
}
</style>
border-color css
<style>
span { border-color: #448AF1; }
span { border-color: rgb(68,138,241); }
td.TdClassName
{
border-color: #448AF1;
}
.TagClassName
{
border-color: #448AF1;
}
</style>