Shades of Curious Blue #488EBB
Tints of Curious Blue #488EBB
RGB
CMYK
RGB Variations
Color information
#488EBB (or 0x488EBB) is known color: Curious Blue. HEX triplet: 48, 8E and BB. RGB value is (72,142,187). Sum of RGB (Red+Green+Blue) = 72+142+187=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #488EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EBB is #B77144. Grayscale: #7D7D7D. Windows color (decimal): -12022085 or 12291656. OLE color: 12291656.
HSL color Cylindrical-coordinate representation of color #488EBB: hue angle of 203.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488EBB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 142 | 187 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.27 |
| HSL | 203.48º | 0.46% | 0.51% | - |
| HSV(B) | 203.48º | 0.61% | 0.73% | - |
| XYZ | 21.32 | 24.31 | 50.58 | - |
| YUV | 126.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 187 | 0.61 | 0.24 | 0 | 0.27 | 203.48 | 0.46 | 0.51 |
| Hex | 48 | 8E | BB | 3D | 18 | 0 | 1B | CB | 2E | 33 |
| Octal | 110 | 216 | 273 | 75 | 30 | 0 | 33 | 313 | 56 | 63 |
| Binary | 1001000 | 10001110 | 10111011 | 111101 | 11000 | 0 | 11011 | 11001011 | 101110 | 110011 |
Color Harmonies of #488EBB
Complementary color
Monochromatic Colors of #488EBB
Black with #488EBB
Text Example
Text Example
White with #488EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EBB; }
p { color: rgb(72,142,187); }
H1.HeaderClassName
{
color: #488EBB;
}
.AnyTagClassName
{
color: #488EBB;
}
</style>
background-color css
<style>
a { background-color: #488EBB; }
a { background-color: rgb(72,142,187); }
div.DivClassName
{
background-color: #488EBB;
}
.BgClassName
{
background-color: #488EBB;
}
</style>
border-color css
<style>
span { border-color: #488EBB; }
span { border-color: rgb(72,142,187); }
td.TdClassName
{
border-color: #488EBB;
}
.TagClassName
{
border-color: #488EBB;
}
</style>