Shades of Curious Blue #448EC5
Tints of Curious Blue #448EC5
RGB
CMYK
RGB Variations
Color information
#448EC5 (or 0x448EC5) is known color: Curious Blue. HEX triplet: 44, 8E and C5. RGB value is (68,142,197). Sum of RGB (Red+Green+Blue) = 68+142+197=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #448EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EC5 is #BB713A. Grayscale: #7D7D7D. Windows color (decimal): -12284219 or 12947012. OLE color: 12947012.
HSL color Cylindrical-coordinate representation of color #448EC5: hue angle of 205.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448EC5 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 142 | 197 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.23 |
| HSL | 205.58º | 0.53% | 0.52% | - |
| HSV(B) | 205.58º | 0.65% | 0.77% | - |
| XYZ | 22.13 | 24.61 | 56.41 | - |
| YUV | 126.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 197 | 0.65 | 0.28 | 0 | 0.23 | 205.58 | 0.53 | 0.52 |
| Hex | 44 | 8E | C5 | 41 | 1C | 0 | 17 | CE | 35 | 34 |
| Octal | 104 | 216 | 305 | 101 | 34 | 0 | 27 | 316 | 65 | 64 |
| Binary | 1000100 | 10001110 | 11000101 | 1000001 | 11100 | 0 | 10111 | 11001110 | 110101 | 110100 |
Color Harmonies of #448EC5
Complementary color
Monochromatic Colors of #448EC5
Black with #448EC5
Text Example
Text Example
White with #448EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EC5; }
p { color: rgb(68,142,197); }
H1.HeaderClassName
{
color: #448EC5;
}
.AnyTagClassName
{
color: #448EC5;
}
</style>
background-color css
<style>
a { background-color: #448EC5; }
a { background-color: rgb(68,142,197); }
div.DivClassName
{
background-color: #448EC5;
}
.BgClassName
{
background-color: #448EC5;
}
</style>
border-color css
<style>
span { border-color: #448EC5; }
span { border-color: rgb(68,142,197); }
td.TdClassName
{
border-color: #448EC5;
}
.TagClassName
{
border-color: #448EC5;
}
</style>