Shades of Pacific Blue #048BCD
Tints of Pacific Blue #048BCD
RGB
CMYK
RGB Variations
Color information
#048BCD (or 0x048BCD) is known color: Pacific Blue. HEX triplet: 04, 8B and CD. RGB value is (4,139,205). Sum of RGB (Red+Green+Blue) = 4+139+205=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #048BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BCD is #FB7432. Grayscale: #696969. Windows color (decimal): -16479283 or 13470468. OLE color: 13470468.
HSL color Cylindrical-coordinate representation of color #048BCD: hue angle of 199.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BCD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 139 | 205 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.20 |
| HSL | 199.7º | 0.96% | 0.41% | - |
| HSV(B) | 199.7º | 0.98% | 0.8% | - |
| XYZ | 20.3 | 22.9 | 61.11 | - |
| YUV | 106.16 | 183.77 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 205 | 0.98 | 0.32 | 0 | 0.20 | 199.7 | 0.96 | 0.41 |
| Hex | 4 | 8B | CD | 62 | 20 | 0 | 14 | C8 | 60 | 29 |
| Octal | 4 | 213 | 315 | 142 | 40 | 0 | 24 | 310 | 140 | 51 |
| Binary | 100 | 10001011 | 11001101 | 1100010 | 100000 | 0 | 10100 | 11001000 | 1100000 | 101001 |
Color Harmonies of #048BCD
Complementary color
Monochromatic Colors of #048BCD
Black with #048BCD
Text Example
Text Example
White with #048BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BCD; }
p { color: rgb(4,139,205); }
H1.HeaderClassName
{
color: #048BCD;
}
.AnyTagClassName
{
color: #048BCD;
}
</style>
background-color css
<style>
a { background-color: #048BCD; }
a { background-color: rgb(4,139,205); }
div.DivClassName
{
background-color: #048BCD;
}
.BgClassName
{
background-color: #048BCD;
}
</style>
border-color css
<style>
span { border-color: #048BCD; }
span { border-color: rgb(4,139,205); }
td.TdClassName
{
border-color: #048BCD;
}
.TagClassName
{
border-color: #048BCD;
}
</style>