Shades of Curious Blue #448DB9
Tints of Curious Blue #448DB9
RGB
CMYK
RGB Variations
Color information
#448DB9 (or 0x448DB9) is known color: Curious Blue. HEX triplet: 44, 8D and B9. RGB value is (68,141,185). Sum of RGB (Red+Green+Blue) = 68+141+185=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #448DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DB9 is #BB7246. Grayscale: #7B7B7B. Windows color (decimal): -12284487 or 12160324. OLE color: 12160324.
HSL color Cylindrical-coordinate representation of color #448DB9: hue angle of 202.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448DB9 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 141 | 185 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.27 |
| HSL | 202.56º | 0.46% | 0.5% | - |
| HSV(B) | 202.56º | 0.63% | 0.73% | - |
| XYZ | 20.67 | 23.78 | 49.4 | - |
| YUV | 124.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 185 | 0.63 | 0.24 | 0 | 0.27 | 202.56 | 0.46 | 0.5 |
| Hex | 44 | 8D | B9 | 3F | 18 | 0 | 1B | CB | 2E | 32 |
| Octal | 104 | 215 | 271 | 77 | 30 | 0 | 33 | 313 | 56 | 62 |
| Binary | 1000100 | 10001101 | 10111001 | 111111 | 11000 | 0 | 11011 | 11001011 | 101110 | 110010 |
Color Harmonies of #448DB9
Complementary color
Monochromatic Colors of #448DB9
Black with #448DB9
Text Example
Text Example
White with #448DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DB9; }
p { color: rgb(68,141,185); }
H1.HeaderClassName
{
color: #448DB9;
}
.AnyTagClassName
{
color: #448DB9;
}
</style>
background-color css
<style>
a { background-color: #448DB9; }
a { background-color: rgb(68,141,185); }
div.DivClassName
{
background-color: #448DB9;
}
.BgClassName
{
background-color: #448DB9;
}
</style>
border-color css
<style>
span { border-color: #448DB9; }
span { border-color: rgb(68,141,185); }
td.TdClassName
{
border-color: #448DB9;
}
.TagClassName
{
border-color: #448DB9;
}
</style>