Shades of Curious Blue #448DBB
Tints of Curious Blue #448DBB
RGB
CMYK
RGB Variations
Color information
#448DBB (or 0x448DBB) is known color: Curious Blue. HEX triplet: 44, 8D and BB. RGB value is (68,141,187). Sum of RGB (Red+Green+Blue) = 68+141+187=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #448DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DBB is #BB7244. Grayscale: #7C7C7C. Windows color (decimal): -12284485 or 12291396. OLE color: 12291396.
HSL color Cylindrical-coordinate representation of color #448DBB: hue angle of 203.19º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448DBB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 141 | 187 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.27 |
| HSL | 203.19º | 0.47% | 0.5% | - |
| HSV(B) | 203.19º | 0.64% | 0.73% | - |
| XYZ | 20.88 | 23.87 | 50.52 | - |
| YUV | 124.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 187 | 0.64 | 0.25 | 0 | 0.27 | 203.19 | 0.47 | 0.5 |
| Hex | 44 | 8D | BB | 40 | 19 | 0 | 1B | CB | 2F | 32 |
| Octal | 104 | 215 | 273 | 100 | 31 | 0 | 33 | 313 | 57 | 62 |
| Binary | 1000100 | 10001101 | 10111011 | 1000000 | 11001 | 0 | 11011 | 11001011 | 101111 | 110010 |
Color Harmonies of #448DBB
Complementary color
Monochromatic Colors of #448DBB
Black with #448DBB
Text Example
Text Example
White with #448DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DBB; }
p { color: rgb(68,141,187); }
H1.HeaderClassName
{
color: #448DBB;
}
.AnyTagClassName
{
color: #448DBB;
}
</style>
background-color css
<style>
a { background-color: #448DBB; }
a { background-color: rgb(68,141,187); }
div.DivClassName
{
background-color: #448DBB;
}
.BgClassName
{
background-color: #448DBB;
}
</style>
border-color css
<style>
span { border-color: #448DBB; }
span { border-color: rgb(68,141,187); }
td.TdClassName
{
border-color: #448DBB;
}
.TagClassName
{
border-color: #448DBB;
}
</style>