Shades of Curious Blue #448FBB
Tints of Curious Blue #448FBB
RGB
CMYK
RGB Variations
Color information
#448FBB (or 0x448FBB) is known color: Curious Blue. HEX triplet: 44, 8F and BB. RGB value is (68,143,187). Sum of RGB (Red+Green+Blue) = 68+143+187=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #448FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FBB is #BB7044. Grayscale: #7D7D7D. Windows color (decimal): -12283973 or 12291908. OLE color: 12291908.
HSL color Cylindrical-coordinate representation of color #448FBB: hue angle of 202.18º 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 #448FBB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 143 | 187 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.27 |
| HSL | 202.18º | 0.47% | 0.5% | - |
| HSV(B) | 202.18º | 0.64% | 0.73% | - |
| XYZ | 21.18 | 24.46 | 50.62 | - |
| YUV | 125.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 187 | 0.64 | 0.24 | 0 | 0.27 | 202.18 | 0.47 | 0.5 |
| Hex | 44 | 8F | BB | 40 | 18 | 0 | 1B | CA | 2F | 32 |
| Octal | 104 | 217 | 273 | 100 | 30 | 0 | 33 | 312 | 57 | 62 |
| Binary | 1000100 | 10001111 | 10111011 | 1000000 | 11000 | 0 | 11011 | 11001010 | 101111 | 110010 |
Color Harmonies of #448FBB
Complementary color
Monochromatic Colors of #448FBB
Black with #448FBB
Text Example
Text Example
White with #448FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FBB; }
p { color: rgb(68,143,187); }
H1.HeaderClassName
{
color: #448FBB;
}
.AnyTagClassName
{
color: #448FBB;
}
</style>
background-color css
<style>
a { background-color: #448FBB; }
a { background-color: rgb(68,143,187); }
div.DivClassName
{
background-color: #448FBB;
}
.BgClassName
{
background-color: #448FBB;
}
</style>
border-color css
<style>
span { border-color: #448FBB; }
span { border-color: rgb(68,143,187); }
td.TdClassName
{
border-color: #448FBB;
}
.TagClassName
{
border-color: #448FBB;
}
</style>