Shades of Pacific Blue #048DC7
Tints of Pacific Blue #048DC7
RGB
CMYK
RGB Variations
Color information
#048DC7 (or 0x048DC7) is known color: Pacific Blue. HEX triplet: 04, 8D and C7. RGB value is (4,141,199). Sum of RGB (Red+Green+Blue) = 4+141+199=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #048DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DC7 is #FB7238. Grayscale: #6A6A6A. Windows color (decimal): -16478777 or 13077764. OLE color: 13077764.
HSL color Cylindrical-coordinate representation of color #048DC7: hue angle of 197.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DC7 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 141 | 199 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.22 |
| HSL | 197.85º | 0.96% | 0.4% | - |
| HSV(B) | 197.85º | 0.98% | 0.78% | - |
| XYZ | 19.88 | 23.2 | 57.46 | - |
| YUV | 106.65 | 180.11 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 199 | 0.98 | 0.29 | 0 | 0.22 | 197.85 | 0.96 | 0.4 |
| Hex | 4 | 8D | C7 | 62 | 1D | 0 | 16 | C6 | 60 | 28 |
| Octal | 4 | 215 | 307 | 142 | 35 | 0 | 26 | 306 | 140 | 50 |
| Binary | 100 | 10001101 | 11000111 | 1100010 | 11101 | 0 | 10110 | 11000110 | 1100000 | 101000 |
Color Harmonies of #048DC7
Complementary color
Monochromatic Colors of #048DC7
Black with #048DC7
Text Example
Text Example
White with #048DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DC7; }
p { color: rgb(4,141,199); }
H1.HeaderClassName
{
color: #048DC7;
}
.AnyTagClassName
{
color: #048DC7;
}
</style>
background-color css
<style>
a { background-color: #048DC7; }
a { background-color: rgb(4,141,199); }
div.DivClassName
{
background-color: #048DC7;
}
.BgClassName
{
background-color: #048DC7;
}
</style>
border-color css
<style>
span { border-color: #048DC7; }
span { border-color: rgb(4,141,199); }
td.TdClassName
{
border-color: #048DC7;
}
.TagClassName
{
border-color: #048DC7;
}
</style>