Shades of Curious Blue #488FC6
Tints of Curious Blue #488FC6
RGB
CMYK
RGB Variations
Color information
#488FC6 (or 0x488FC6) is known color: Curious Blue. HEX triplet: 48, 8F and C6. RGB value is (72,143,198). Sum of RGB (Red+Green+Blue) = 72+143+198=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #488FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FC6 is #B77039. Grayscale: #7F7F7F. Windows color (decimal): -12021818 or 13012808. OLE color: 13012808.
HSL color Cylindrical-coordinate representation of color #488FC6: hue angle of 206.19º 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 #488FC6 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 143 | 198 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.22 |
| HSL | 206.19º | 0.53% | 0.53% | - |
| HSV(B) | 206.19º | 0.64% | 0.78% | - |
| XYZ | 22.69 | 25.1 | 57.08 | - |
| YUV | 128.04 | 167.48 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 198 | 0.64 | 0.28 | 0 | 0.22 | 206.19 | 0.53 | 0.53 |
| Hex | 48 | 8F | C6 | 40 | 1C | 0 | 16 | CE | 34 | 35 |
| Octal | 110 | 217 | 306 | 100 | 34 | 0 | 26 | 316 | 64 | 65 |
| Binary | 1001000 | 10001111 | 11000110 | 1000000 | 11100 | 0 | 10110 | 11001110 | 110100 | 110101 |
Color Harmonies of #488FC6
Complementary color
Monochromatic Colors of #488FC6
Black with #488FC6
Text Example
Text Example
White with #488FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FC6; }
p { color: rgb(72,143,198); }
H1.HeaderClassName
{
color: #488FC6;
}
.AnyTagClassName
{
color: #488FC6;
}
</style>
background-color css
<style>
a { background-color: #488FC6; }
a { background-color: rgb(72,143,198); }
div.DivClassName
{
background-color: #488FC6;
}
.BgClassName
{
background-color: #488FC6;
}
</style>
border-color css
<style>
span { border-color: #488FC6; }
span { border-color: rgb(72,143,198); }
td.TdClassName
{
border-color: #488FC6;
}
.TagClassName
{
border-color: #488FC6;
}
</style>