Shades of Pacific Blue #048DC8
Tints of Pacific Blue #048DC8
RGB
CMYK
RGB Variations
Color information
#048DC8 (or 0x048DC8) is known color: Pacific Blue. HEX triplet: 04, 8D and C8. RGB value is (4,141,200). Sum of RGB (Red+Green+Blue) = 4+141+200=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #048DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DC8 is #FB7237. Grayscale: #6A6A6A. Windows color (decimal): -16478776 or 13143300. OLE color: 13143300.
HSL color Cylindrical-coordinate representation of color #048DC8: hue angle of 198.06º 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 #048DC8 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 141 | 200 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.22 |
| HSL | 198.06º | 0.96% | 0.4% | - |
| HSV(B) | 198.06º | 0.98% | 0.78% | - |
| XYZ | 20 | 23.25 | 58.08 | - |
| YUV | 106.76 | 180.61 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 200 | 0.98 | 0.29 | 0 | 0.22 | 198.06 | 0.96 | 0.4 |
| Hex | 4 | 8D | C8 | 62 | 1D | 0 | 16 | C6 | 60 | 28 |
| Octal | 4 | 215 | 310 | 142 | 35 | 0 | 26 | 306 | 140 | 50 |
| Binary | 100 | 10001101 | 11001000 | 1100010 | 11101 | 0 | 10110 | 11000110 | 1100000 | 101000 |
Color Harmonies of #048DC8
Complementary color
Monochromatic Colors of #048DC8
Black with #048DC8
Text Example
Text Example
White with #048DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DC8; }
p { color: rgb(4,141,200); }
H1.HeaderClassName
{
color: #048DC8;
}
.AnyTagClassName
{
color: #048DC8;
}
</style>
background-color css
<style>
a { background-color: #048DC8; }
a { background-color: rgb(4,141,200); }
div.DivClassName
{
background-color: #048DC8;
}
.BgClassName
{
background-color: #048DC8;
}
</style>
border-color css
<style>
span { border-color: #048DC8; }
span { border-color: rgb(4,141,200); }
td.TdClassName
{
border-color: #048DC8;
}
.TagClassName
{
border-color: #048DC8;
}
</style>