Shades of Curious Blue #448ECE
Tints of Curious Blue #448ECE
RGB
CMYK
RGB Variations
Color information
#448ECE (or 0x448ECE) is known color: Curious Blue. HEX triplet: 44, 8E and CE. RGB value is (68,142,206). Sum of RGB (Red+Green+Blue) = 68+142+206=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #448ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ECE is #BB7131. Grayscale: #7E7E7E. Windows color (decimal): -12284210 or 13536836. OLE color: 13536836.
HSL color Cylindrical-coordinate representation of color #448ECE: hue angle of 207.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448ECE is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 142 | 206 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.19 |
| HSL | 207.83º | 0.58% | 0.54% | - |
| HSV(B) | 207.83º | 0.67% | 0.81% | - |
| XYZ | 23.2 | 25.03 | 62 | - |
| YUV | 127.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 206 | 0.67 | 0.31 | 0 | 0.19 | 207.83 | 0.58 | 0.54 |
| Hex | 44 | 8E | CE | 43 | 1F | 0 | 13 | D0 | 3A | 36 |
| Octal | 104 | 216 | 316 | 103 | 37 | 0 | 23 | 320 | 72 | 66 |
| Binary | 1000100 | 10001110 | 11001110 | 1000011 | 11111 | 0 | 10011 | 11010000 | 111010 | 110110 |
Color Harmonies of #448ECE
Complementary color
Monochromatic Colors of #448ECE
Black with #448ECE
Text Example
Text Example
White with #448ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ECE; }
p { color: rgb(68,142,206); }
H1.HeaderClassName
{
color: #448ECE;
}
.AnyTagClassName
{
color: #448ECE;
}
</style>
background-color css
<style>
a { background-color: #448ECE; }
a { background-color: rgb(68,142,206); }
div.DivClassName
{
background-color: #448ECE;
}
.BgClassName
{
background-color: #448ECE;
}
</style>
border-color css
<style>
span { border-color: #448ECE; }
span { border-color: rgb(68,142,206); }
td.TdClassName
{
border-color: #448ECE;
}
.TagClassName
{
border-color: #448ECE;
}
</style>