Shades of Curious Blue #448EBF
Tints of Curious Blue #448EBF
RGB
CMYK
RGB Variations
Color information
#448EBF (or 0x448EBF) is known color: Curious Blue. HEX triplet: 44, 8E and BF. RGB value is (68,142,191). Sum of RGB (Red+Green+Blue) = 68+142+191=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #448EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EBF is #BB7140. Grayscale: #7D7D7D. Windows color (decimal): -12284225 or 12553796. OLE color: 12553796.
HSL color Cylindrical-coordinate representation of color #448EBF: hue angle of 203.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448EBF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 142 | 191 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.25 |
| HSL | 203.9º | 0.49% | 0.51% | - |
| HSV(B) | 203.9º | 0.64% | 0.75% | - |
| XYZ | 21.46 | 24.34 | 52.86 | - |
| YUV | 125.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 191 | 0.64 | 0.26 | 0 | 0.25 | 203.9 | 0.49 | 0.51 |
| Hex | 44 | 8E | BF | 40 | 1A | 0 | 19 | CC | 31 | 33 |
| Octal | 104 | 216 | 277 | 100 | 32 | 0 | 31 | 314 | 61 | 63 |
| Binary | 1000100 | 10001110 | 10111111 | 1000000 | 11010 | 0 | 11001 | 11001100 | 110001 | 110011 |
Color Harmonies of #448EBF
Complementary color
Monochromatic Colors of #448EBF
Black with #448EBF
Text Example
Text Example
White with #448EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EBF; }
p { color: rgb(68,142,191); }
H1.HeaderClassName
{
color: #448EBF;
}
.AnyTagClassName
{
color: #448EBF;
}
</style>
background-color css
<style>
a { background-color: #448EBF; }
a { background-color: rgb(68,142,191); }
div.DivClassName
{
background-color: #448EBF;
}
.BgClassName
{
background-color: #448EBF;
}
</style>
border-color css
<style>
span { border-color: #448EBF; }
span { border-color: rgb(68,142,191); }
td.TdClassName
{
border-color: #448EBF;
}
.TagClassName
{
border-color: #448EBF;
}
</style>