Shades of Curious Blue #488FBC
Tints of Curious Blue #488FBC
RGB
CMYK
RGB Variations
Color information
#488FBC (or 0x488FBC) is known color: Curious Blue. HEX triplet: 48, 8F and BC. RGB value is (72,143,188). Sum of RGB (Red+Green+Blue) = 72+143+188=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #488FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBC is #B77043. Grayscale: #7E7E7E. Windows color (decimal): -12021828 or 12357448. OLE color: 12357448.
HSL color Cylindrical-coordinate representation of color #488FBC: hue angle of 203.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488FBC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 143 | 188 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.26 |
| HSL | 203.28º | 0.46% | 0.51% | - |
| HSV(B) | 203.28º | 0.62% | 0.74% | - |
| XYZ | 21.57 | 24.65 | 51.2 | - |
| YUV | 126.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 188 | 0.62 | 0.24 | 0 | 0.26 | 203.28 | 0.46 | 0.51 |
| Hex | 48 | 8F | BC | 3E | 18 | 0 | 1A | CB | 2E | 33 |
| Octal | 110 | 217 | 274 | 76 | 30 | 0 | 32 | 313 | 56 | 63 |
| Binary | 1001000 | 10001111 | 10111100 | 111110 | 11000 | 0 | 11010 | 11001011 | 101110 | 110011 |
Color Harmonies of #488FBC
Complementary color
Monochromatic Colors of #488FBC
Black with #488FBC
Text Example
Text Example
White with #488FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FBC; }
p { color: rgb(72,143,188); }
H1.HeaderClassName
{
color: #488FBC;
}
.AnyTagClassName
{
color: #488FBC;
}
</style>
background-color css
<style>
a { background-color: #488FBC; }
a { background-color: rgb(72,143,188); }
div.DivClassName
{
background-color: #488FBC;
}
.BgClassName
{
background-color: #488FBC;
}
</style>
border-color css
<style>
span { border-color: #488FBC; }
span { border-color: rgb(72,143,188); }
td.TdClassName
{
border-color: #488FBC;
}
.TagClassName
{
border-color: #488FBC;
}
</style>