Shades of Curious Blue #488FC8
Tints of Curious Blue #488FC8
RGB
CMYK
RGB Variations
Color information
#488FC8 (or 0x488FC8) is known color: Curious Blue. HEX triplet: 48, 8F and C8. RGB value is (72,143,200). Sum of RGB (Red+Green+Blue) = 72+143+200=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #488FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FC8 is #B77037. Grayscale: #7F7F7F. Windows color (decimal): -12021816 or 13143880. OLE color: 13143880.
HSL color Cylindrical-coordinate representation of color #488FC8: hue angle of 206.72º degrees, saturation: 0.54, 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 #488FC8 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 143 | 200 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.22 |
| HSL | 206.72º | 0.54% | 0.53% | - |
| HSV(B) | 206.72º | 0.64% | 0.78% | - |
| XYZ | 22.92 | 25.19 | 58.3 | - |
| YUV | 128.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 200 | 0.64 | 0.28 | 0 | 0.22 | 206.72 | 0.54 | 0.53 |
| Hex | 48 | 8F | C8 | 40 | 1C | 0 | 16 | CF | 36 | 35 |
| Octal | 110 | 217 | 310 | 100 | 34 | 0 | 26 | 317 | 66 | 65 |
| Binary | 1001000 | 10001111 | 11001000 | 1000000 | 11100 | 0 | 10110 | 11001111 | 110110 | 110101 |
Color Harmonies of #488FC8
Complementary color
Monochromatic Colors of #488FC8
Black with #488FC8
Text Example
Text Example
White with #488FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FC8; }
p { color: rgb(72,143,200); }
H1.HeaderClassName
{
color: #488FC8;
}
.AnyTagClassName
{
color: #488FC8;
}
</style>
background-color css
<style>
a { background-color: #488FC8; }
a { background-color: rgb(72,143,200); }
div.DivClassName
{
background-color: #488FC8;
}
.BgClassName
{
background-color: #488FC8;
}
</style>
border-color css
<style>
span { border-color: #488FC8; }
span { border-color: rgb(72,143,200); }
td.TdClassName
{
border-color: #488FC8;
}
.TagClassName
{
border-color: #488FC8;
}
</style>