Shades of Curious Blue #488DC5
Tints of Curious Blue #488DC5
RGB
CMYK
RGB Variations
Color information
#488DC5 (or 0x488DC5) is known color: Curious Blue. HEX triplet: 48, 8D and C5. RGB value is (72,141,197). Sum of RGB (Red+Green+Blue) = 72+141+197=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #488DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC5 is #B7723A. Grayscale: #7E7E7E. Windows color (decimal): -12022331 or 12946760. OLE color: 12946760.
HSL color Cylindrical-coordinate representation of color #488DC5: hue angle of 206.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488DC5 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 141 | 197 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.23 |
| HSL | 206.88º | 0.52% | 0.53% | - |
| HSV(B) | 206.88º | 0.63% | 0.77% | - |
| XYZ | 22.28 | 24.46 | 56.37 | - |
| YUV | 126.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 197 | 0.63 | 0.28 | 0 | 0.23 | 206.88 | 0.52 | 0.53 |
| Hex | 48 | 8D | C5 | 3F | 1C | 0 | 17 | CF | 34 | 35 |
| Octal | 110 | 215 | 305 | 77 | 34 | 0 | 27 | 317 | 64 | 65 |
| Binary | 1001000 | 10001101 | 11000101 | 111111 | 11100 | 0 | 10111 | 11001111 | 110100 | 110101 |
Color Harmonies of #488DC5
Complementary color
Monochromatic Colors of #488DC5
Black with #488DC5
Text Example
Text Example
White with #488DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DC5; }
p { color: rgb(72,141,197); }
H1.HeaderClassName
{
color: #488DC5;
}
.AnyTagClassName
{
color: #488DC5;
}
</style>
background-color css
<style>
a { background-color: #488DC5; }
a { background-color: rgb(72,141,197); }
div.DivClassName
{
background-color: #488DC5;
}
.BgClassName
{
background-color: #488DC5;
}
</style>
border-color css
<style>
span { border-color: #488DC5; }
span { border-color: rgb(72,141,197); }
td.TdClassName
{
border-color: #488DC5;
}
.TagClassName
{
border-color: #488DC5;
}
</style>