Shades of Pacific Blue #048BDC
Tints of Pacific Blue #048BDC
RGB
CMYK
RGB Variations
Color information
#048BDC (or 0x048BDC) is known color: Pacific Blue. HEX triplet: 04, 8B and DC. RGB value is (4,139,220). Sum of RGB (Red+Green+Blue) = 4+139+220=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #048BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BDC is #FB7423. Grayscale: #6B6B6B. Windows color (decimal): -16479268 or 14453508. OLE color: 14453508.
HSL color Cylindrical-coordinate representation of color #048BDC: hue angle of 202.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BDC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 139 | 220 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.14 |
| HSL | 202.5º | 0.96% | 0.44% | - |
| HSV(B) | 202.5º | 0.98% | 0.86% | - |
| XYZ | 22.2 | 23.66 | 71.11 | - |
| YUV | 107.87 | 191.27 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 220 | 0.98 | 0.37 | 0 | 0.14 | 202.5 | 0.96 | 0.44 |
| Hex | 4 | 8B | DC | 62 | 25 | 0 | E | CA | 60 | 2C |
| Octal | 4 | 213 | 334 | 142 | 45 | 0 | 16 | 312 | 140 | 54 |
| Binary | 100 | 10001011 | 11011100 | 1100010 | 100101 | 0 | 1110 | 11001010 | 1100000 | 101100 |
Color Harmonies of #048BDC
Complementary color
Monochromatic Colors of #048BDC
Black with #048BDC
Text Example
Text Example
White with #048BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BDC; }
p { color: rgb(4,139,220); }
H1.HeaderClassName
{
color: #048BDC;
}
.AnyTagClassName
{
color: #048BDC;
}
</style>
background-color css
<style>
a { background-color: #048BDC; }
a { background-color: rgb(4,139,220); }
div.DivClassName
{
background-color: #048BDC;
}
.BgClassName
{
background-color: #048BDC;
}
</style>
border-color css
<style>
span { border-color: #048BDC; }
span { border-color: rgb(4,139,220); }
td.TdClassName
{
border-color: #048BDC;
}
.TagClassName
{
border-color: #048BDC;
}
</style>