Shades of Cornflower Blue #448FED
Tints of Cornflower Blue #448FED
RGB
CMYK
RGB Variations
Color information
#448FED (or 0x448FED) is known color: Cornflower Blue. HEX triplet: 44, 8F and ED. RGB value is (68,143,237). Sum of RGB (Red+Green+Blue) = 68+143+237=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #448FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FED is #BB7012. Grayscale: #828282. Windows color (decimal): -12283923 or 15568708. OLE color: 15568708.
HSL color Cylindrical-coordinate representation of color #448FED: hue angle of 213.37º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448FED is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 143 | 237 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.07 |
| HSL | 213.37º | 0.82% | 0.6% | - |
| HSV(B) | 213.37º | 0.71% | 0.93% | - |
| XYZ | 27.49 | 26.99 | 83.88 | - |
| YUV | 131.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 237 | 0.71 | 0.40 | 0 | 0.07 | 213.37 | 0.82 | 0.6 |
| Hex | 44 | 8F | ED | 47 | 28 | 0 | 7 | D5 | 52 | 3C |
| Octal | 104 | 217 | 355 | 107 | 50 | 0 | 7 | 325 | 122 | 74 |
| Binary | 1000100 | 10001111 | 11101101 | 1000111 | 101000 | 0 | 111 | 11010101 | 1010010 | 111100 |
Color Harmonies of #448FED
Complementary color
Monochromatic Colors of #448FED
Black with #448FED
Text Example
Text Example
White with #448FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FED; }
p { color: rgb(68,143,237); }
H1.HeaderClassName
{
color: #448FED;
}
.AnyTagClassName
{
color: #448FED;
}
</style>
background-color css
<style>
a { background-color: #448FED; }
a { background-color: rgb(68,143,237); }
div.DivClassName
{
background-color: #448FED;
}
.BgClassName
{
background-color: #448FED;
}
</style>
border-color css
<style>
span { border-color: #448FED; }
span { border-color: rgb(68,143,237); }
td.TdClassName
{
border-color: #448FED;
}
.TagClassName
{
border-color: #448FED;
}
</style>