Shades of Curious Blue #488FB9
Tints of Curious Blue #488FB9
RGB
CMYK
RGB Variations
Color information
#488FB9 (or 0x488FB9) is known color: Curious Blue. HEX triplet: 48, 8F and B9. RGB value is (72,143,185). Sum of RGB (Red+Green+Blue) = 72+143+185=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #488FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FB9 is #B77046. Grayscale: #7E7E7E. Windows color (decimal): -12021831 or 12160840. OLE color: 12160840.
HSL color Cylindrical-coordinate representation of color #488FB9: hue angle of 202.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488FB9 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 143 | 185 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.27 |
| HSL | 202.3º | 0.45% | 0.5% | - |
| HSV(B) | 202.3º | 0.61% | 0.73% | - |
| XYZ | 21.25 | 24.53 | 49.51 | - |
| YUV | 126.56 | 160.98 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 185 | 0.61 | 0.23 | 0 | 0.27 | 202.3 | 0.45 | 0.5 |
| Hex | 48 | 8F | B9 | 3D | 17 | 0 | 1B | CA | 2D | 32 |
| Octal | 110 | 217 | 271 | 75 | 27 | 0 | 33 | 312 | 55 | 62 |
| Binary | 1001000 | 10001111 | 10111001 | 111101 | 10111 | 0 | 11011 | 11001010 | 101101 | 110010 |
Color Harmonies of #488FB9
Complementary color
Monochromatic Colors of #488FB9
Black with #488FB9
Text Example
Text Example
White with #488FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FB9; }
p { color: rgb(72,143,185); }
H1.HeaderClassName
{
color: #488FB9;
}
.AnyTagClassName
{
color: #488FB9;
}
</style>
background-color css
<style>
a { background-color: #488FB9; }
a { background-color: rgb(72,143,185); }
div.DivClassName
{
background-color: #488FB9;
}
.BgClassName
{
background-color: #488FB9;
}
</style>
border-color css
<style>
span { border-color: #488FB9; }
span { border-color: rgb(72,143,185); }
td.TdClassName
{
border-color: #488FB9;
}
.TagClassName
{
border-color: #488FB9;
}
</style>