Shades of Curious Blue #448DC9
Tints of Curious Blue #448DC9
RGB
CMYK
RGB Variations
Color information
#448DC9 (or 0x448DC9) is known color: Curious Blue. HEX triplet: 44, 8D and C9. RGB value is (68,141,201). Sum of RGB (Red+Green+Blue) = 68+141+201=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #448DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DC9 is #BB7236. Grayscale: #7D7D7D. Windows color (decimal): -12284471 or 13208900. OLE color: 13208900.
HSL color Cylindrical-coordinate representation of color #448DC9: hue angle of 207.07º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448DC9 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 141 | 201 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.21 |
| HSL | 207.07º | 0.55% | 0.53% | - |
| HSV(B) | 207.07º | 0.66% | 0.79% | - |
| XYZ | 22.45 | 24.5 | 58.8 | - |
| YUV | 126.01 | 170.32 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 201 | 0.66 | 0.30 | 0 | 0.21 | 207.07 | 0.55 | 0.53 |
| Hex | 44 | 8D | C9 | 42 | 1E | 0 | 15 | CF | 37 | 35 |
| Octal | 104 | 215 | 311 | 102 | 36 | 0 | 25 | 317 | 67 | 65 |
| Binary | 1000100 | 10001101 | 11001001 | 1000010 | 11110 | 0 | 10101 | 11001111 | 110111 | 110101 |
Color Harmonies of #448DC9
Complementary color
Monochromatic Colors of #448DC9
Black with #448DC9
Text Example
Text Example
White with #448DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DC9; }
p { color: rgb(68,141,201); }
H1.HeaderClassName
{
color: #448DC9;
}
.AnyTagClassName
{
color: #448DC9;
}
</style>
background-color css
<style>
a { background-color: #448DC9; }
a { background-color: rgb(68,141,201); }
div.DivClassName
{
background-color: #448DC9;
}
.BgClassName
{
background-color: #448DC9;
}
</style>
border-color css
<style>
span { border-color: #448DC9; }
span { border-color: rgb(68,141,201); }
td.TdClassName
{
border-color: #448DC9;
}
.TagClassName
{
border-color: #448DC9;
}
</style>