Shades of Curious Blue #488BC2
Tints of Curious Blue #488BC2
RGB
CMYK
RGB Variations
Color information
#488BC2 (or 0x488BC2) is known color: Curious Blue. HEX triplet: 48, 8B and C2. RGB value is (72,139,194). Sum of RGB (Red+Green+Blue) = 72+139+194=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #488BC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BC2 is #B7743D. Grayscale: #7C7C7C. Windows color (decimal): -12022846 or 12749640. OLE color: 12749640.
HSL color Cylindrical-coordinate representation of color #488BC2: hue angle of 207.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488BC2 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 139 | 194 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.24 |
| HSL | 207.05º | 0.5% | 0.52% | - |
| HSV(B) | 207.05º | 0.63% | 0.76% | - |
| XYZ | 21.64 | 23.74 | 54.48 | - |
| YUV | 125.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 194 | 0.63 | 0.28 | 0 | 0.24 | 207.05 | 0.5 | 0.52 |
| Hex | 48 | 8B | C2 | 3F | 1C | 0 | 18 | CF | 32 | 34 |
| Octal | 110 | 213 | 302 | 77 | 34 | 0 | 30 | 317 | 62 | 64 |
| Binary | 1001000 | 10001011 | 11000010 | 111111 | 11100 | 0 | 11000 | 11001111 | 110010 | 110100 |
Color Harmonies of #488BC2
Complementary color
Monochromatic Colors of #488BC2
Black with #488BC2
Text Example
Text Example
White with #488BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BC2; }
p { color: rgb(72,139,194); }
H1.HeaderClassName
{
color: #488BC2;
}
.AnyTagClassName
{
color: #488BC2;
}
</style>
background-color css
<style>
a { background-color: #488BC2; }
a { background-color: rgb(72,139,194); }
div.DivClassName
{
background-color: #488BC2;
}
.BgClassName
{
background-color: #488BC2;
}
</style>
border-color css
<style>
span { border-color: #488BC2; }
span { border-color: rgb(72,139,194); }
td.TdClassName
{
border-color: #488BC2;
}
.TagClassName
{
border-color: #488BC2;
}
</style>