Shades of Cornflower Blue #448BED
Tints of Cornflower Blue #448BED
RGB
CMYK
RGB Variations
Color information
#448BED (or 0x448BED) is known color: Cornflower Blue. HEX triplet: 44, 8B and ED. RGB value is (68,139,237). Sum of RGB (Red+Green+Blue) = 68+139+237=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #448BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BED is #BB7412. Grayscale: #808080. Windows color (decimal): -12284947 or 15567684. OLE color: 15567684.
HSL color Cylindrical-coordinate representation of color #448BED: hue angle of 214.79º 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 #448BED is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 139 | 237 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.07 |
| HSL | 214.79º | 0.82% | 0.6% | - |
| HSV(B) | 214.79º | 0.71% | 0.93% | - |
| XYZ | 26.9 | 25.81 | 83.68 | - |
| YUV | 128.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 237 | 0.71 | 0.41 | 0 | 0.07 | 214.79 | 0.82 | 0.6 |
| Hex | 44 | 8B | ED | 47 | 29 | 0 | 7 | D7 | 52 | 3C |
| Octal | 104 | 213 | 355 | 107 | 51 | 0 | 7 | 327 | 122 | 74 |
| Binary | 1000100 | 10001011 | 11101101 | 1000111 | 101001 | 0 | 111 | 11010111 | 1010010 | 111100 |
Color Harmonies of #448BED
Complementary color
Monochromatic Colors of #448BED
Black with #448BED
Text Example
Text Example
White with #448BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BED; }
p { color: rgb(68,139,237); }
H1.HeaderClassName
{
color: #448BED;
}
.AnyTagClassName
{
color: #448BED;
}
</style>
background-color css
<style>
a { background-color: #448BED; }
a { background-color: rgb(68,139,237); }
div.DivClassName
{
background-color: #448BED;
}
.BgClassName
{
background-color: #448BED;
}
</style>
border-color css
<style>
span { border-color: #448BED; }
span { border-color: rgb(68,139,237); }
td.TdClassName
{
border-color: #448BED;
}
.TagClassName
{
border-color: #448BED;
}
</style>