Shades of Curious Blue #488EC6
Tints of Curious Blue #488EC6
RGB
CMYK
RGB Variations
Color information
#488EC6 (or 0x488EC6) is known color: Curious Blue. HEX triplet: 48, 8E and C6. RGB value is (72,142,198). Sum of RGB (Red+Green+Blue) = 72+142+198=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #488EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EC6 is #B77139. Grayscale: #7F7F7F. Windows color (decimal): -12022074 or 13012552. OLE color: 13012552.
HSL color Cylindrical-coordinate representation of color #488EC6: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488EC6 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 142 | 198 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.22 |
| HSL | 206.67º | 0.53% | 0.53% | - |
| HSV(B) | 206.67º | 0.64% | 0.78% | - |
| XYZ | 22.54 | 24.8 | 57.03 | - |
| YUV | 127.45 | 167.81 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 198 | 0.64 | 0.28 | 0 | 0.22 | 206.67 | 0.53 | 0.53 |
| Hex | 48 | 8E | C6 | 40 | 1C | 0 | 16 | CF | 34 | 35 |
| Octal | 110 | 216 | 306 | 100 | 34 | 0 | 26 | 317 | 64 | 65 |
| Binary | 1001000 | 10001110 | 11000110 | 1000000 | 11100 | 0 | 10110 | 11001111 | 110100 | 110101 |
Color Harmonies of #488EC6
Complementary color
Monochromatic Colors of #488EC6
Black with #488EC6
Text Example
Text Example
White with #488EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EC6; }
p { color: rgb(72,142,198); }
H1.HeaderClassName
{
color: #488EC6;
}
.AnyTagClassName
{
color: #488EC6;
}
</style>
background-color css
<style>
a { background-color: #488EC6; }
a { background-color: rgb(72,142,198); }
div.DivClassName
{
background-color: #488EC6;
}
.BgClassName
{
background-color: #488EC6;
}
</style>
border-color css
<style>
span { border-color: #488EC6; }
span { border-color: rgb(72,142,198); }
td.TdClassName
{
border-color: #488EC6;
}
.TagClassName
{
border-color: #488EC6;
}
</style>