Shades of Curious Blue #448ECB
Tints of Curious Blue #448ECB
RGB
CMYK
RGB Variations
Color information
#448ECB (or 0x448ECB) is known color: Curious Blue. HEX triplet: 44, 8E and CB. RGB value is (68,142,203). Sum of RGB (Red+Green+Blue) = 68+142+203=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #448ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ECB is #BB7134. Grayscale: #7E7E7E. Windows color (decimal): -12284213 or 13340228. OLE color: 13340228.
HSL color Cylindrical-coordinate representation of color #448ECB: hue angle of 207.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448ECB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 142 | 203 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.20 |
| HSL | 207.11º | 0.56% | 0.53% | - |
| HSV(B) | 207.11º | 0.67% | 0.8% | - |
| XYZ | 22.84 | 24.89 | 60.1 | - |
| YUV | 126.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 203 | 0.67 | 0.30 | 0 | 0.20 | 207.11 | 0.56 | 0.53 |
| Hex | 44 | 8E | CB | 43 | 1E | 0 | 14 | CF | 38 | 35 |
| Octal | 104 | 216 | 313 | 103 | 36 | 0 | 24 | 317 | 70 | 65 |
| Binary | 1000100 | 10001110 | 11001011 | 1000011 | 11110 | 0 | 10100 | 11001111 | 111000 | 110101 |
Color Harmonies of #448ECB
Complementary color
Monochromatic Colors of #448ECB
Black with #448ECB
Text Example
Text Example
White with #448ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ECB; }
p { color: rgb(68,142,203); }
H1.HeaderClassName
{
color: #448ECB;
}
.AnyTagClassName
{
color: #448ECB;
}
</style>
background-color css
<style>
a { background-color: #448ECB; }
a { background-color: rgb(68,142,203); }
div.DivClassName
{
background-color: #448ECB;
}
.BgClassName
{
background-color: #448ECB;
}
</style>
border-color css
<style>
span { border-color: #448ECB; }
span { border-color: rgb(68,142,203); }
td.TdClassName
{
border-color: #448ECB;
}
.TagClassName
{
border-color: #448ECB;
}
</style>