Shades of Cornflower Blue #448AF2
Tints of Cornflower Blue #448AF2
RGB
CMYK
RGB Variations
Color information
#448AF2 (or 0x448AF2) is known color: Cornflower Blue. HEX triplet: 44, 8A and F2. RGB value is (68,138,242). Sum of RGB (Red+Green+Blue) = 68+138+242=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #448AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448AF2 is #BB750D. Grayscale: #808080. Windows color (decimal): -12285198 or 15895108. OLE color: 15895108.
HSL color Cylindrical-coordinate representation of color #448AF2: hue angle of 215.86º degrees, saturation: 0.87, 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 #448AF2 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 138 | 242 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.05 |
| HSL | 215.86º | 0.87% | 0.61% | - |
| HSV(B) | 215.86º | 0.72% | 0.95% | - |
| XYZ | 27.5 | 25.82 | 87.54 | - |
| YUV | 128.93 | 191.81 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 242 | 0.72 | 0.43 | 0 | 0.05 | 215.86 | 0.87 | 0.61 |
| Hex | 44 | 8A | F2 | 48 | 2B | 0 | 5 | D8 | 57 | 3D |
| Octal | 104 | 212 | 362 | 110 | 53 | 0 | 5 | 330 | 127 | 75 |
| Binary | 1000100 | 10001010 | 11110010 | 1001000 | 101011 | 0 | 101 | 11011000 | 1010111 | 111101 |
Color Harmonies of #448AF2
Complementary color
Monochromatic Colors of #448AF2
Black with #448AF2
Text Example
Text Example
White with #448AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448AF2; }
p { color: rgb(68,138,242); }
H1.HeaderClassName
{
color: #448AF2;
}
.AnyTagClassName
{
color: #448AF2;
}
</style>
background-color css
<style>
a { background-color: #448AF2; }
a { background-color: rgb(68,138,242); }
div.DivClassName
{
background-color: #448AF2;
}
.BgClassName
{
background-color: #448AF2;
}
</style>
border-color css
<style>
span { border-color: #448AF2; }
span { border-color: rgb(68,138,242); }
td.TdClassName
{
border-color: #448AF2;
}
.TagClassName
{
border-color: #448AF2;
}
</style>