Shades of Curious Blue #488AC5
Tints of Curious Blue #488AC5
RGB
CMYK
RGB Variations
Color information
#488AC5 (or 0x488AC5) is known color: Curious Blue. HEX triplet: 48, 8A and C5. RGB value is (72,138,197). Sum of RGB (Red+Green+Blue) = 72+138+197=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #488AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC5 is #B7753A. Grayscale: #7C7C7C. Windows color (decimal): -12023099 or 12945992. OLE color: 12945992.
HSL color Cylindrical-coordinate representation of color #488AC5: hue angle of 208.32º 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 #488AC5 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 138 | 197 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.23 |
| HSL | 208.32º | 0.52% | 0.53% | - |
| HSV(B) | 208.32º | 0.63% | 0.77% | - |
| XYZ | 21.84 | 23.59 | 56.22 | - |
| YUV | 124.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 197 | 0.63 | 0.30 | 0 | 0.23 | 208.32 | 0.52 | 0.53 |
| Hex | 48 | 8A | C5 | 3F | 1E | 0 | 17 | D0 | 34 | 35 |
| Octal | 110 | 212 | 305 | 77 | 36 | 0 | 27 | 320 | 64 | 65 |
| Binary | 1001000 | 10001010 | 11000101 | 111111 | 11110 | 0 | 10111 | 11010000 | 110100 | 110101 |
Color Harmonies of #488AC5
Complementary color
Monochromatic Colors of #488AC5
Black with #488AC5
Text Example
Text Example
White with #488AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AC5; }
p { color: rgb(72,138,197); }
H1.HeaderClassName
{
color: #488AC5;
}
.AnyTagClassName
{
color: #488AC5;
}
</style>
background-color css
<style>
a { background-color: #488AC5; }
a { background-color: rgb(72,138,197); }
div.DivClassName
{
background-color: #488AC5;
}
.BgClassName
{
background-color: #488AC5;
}
</style>
border-color css
<style>
span { border-color: #488AC5; }
span { border-color: rgb(72,138,197); }
td.TdClassName
{
border-color: #488AC5;
}
.TagClassName
{
border-color: #488AC5;
}
</style>