Shades of Curious Blue #488EBA
Tints of Curious Blue #488EBA
RGB
CMYK
RGB Variations
Color information
#488EBA (or 0x488EBA) is known color: Curious Blue. HEX triplet: 48, 8E and BA. RGB value is (72,142,186). Sum of RGB (Red+Green+Blue) = 72+142+186=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #488EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EBA is #B77145. Grayscale: #7D7D7D. Windows color (decimal): -12022086 or 12226120. OLE color: 12226120.
HSL color Cylindrical-coordinate representation of color #488EBA: hue angle of 203.16º degrees, saturation: 0.45, 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 #488EBA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 142 | 186 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.27 |
| HSL | 203.16º | 0.45% | 0.51% | - |
| HSV(B) | 203.16º | 0.61% | 0.73% | - |
| XYZ | 21.21 | 24.27 | 50.02 | - |
| YUV | 126.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 186 | 0.61 | 0.24 | 0 | 0.27 | 203.16 | 0.45 | 0.51 |
| Hex | 48 | 8E | BA | 3D | 18 | 0 | 1B | CB | 2D | 33 |
| Octal | 110 | 216 | 272 | 75 | 30 | 0 | 33 | 313 | 55 | 63 |
| Binary | 1001000 | 10001110 | 10111010 | 111101 | 11000 | 0 | 11011 | 11001011 | 101101 | 110011 |
Color Harmonies of #488EBA
Complementary color
Monochromatic Colors of #488EBA
Black with #488EBA
Text Example
Text Example
White with #488EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EBA; }
p { color: rgb(72,142,186); }
H1.HeaderClassName
{
color: #488EBA;
}
.AnyTagClassName
{
color: #488EBA;
}
</style>
background-color css
<style>
a { background-color: #488EBA; }
a { background-color: rgb(72,142,186); }
div.DivClassName
{
background-color: #488EBA;
}
.BgClassName
{
background-color: #488EBA;
}
</style>
border-color css
<style>
span { border-color: #488EBA; }
span { border-color: rgb(72,142,186); }
td.TdClassName
{
border-color: #488EBA;
}
.TagClassName
{
border-color: #488EBA;
}
</style>