Shades of Pacific Blue #048BDB
Tints of Pacific Blue #048BDB
RGB
CMYK
RGB Variations
Color information
#048BDB (or 0x048BDB) is known color: Pacific Blue. HEX triplet: 04, 8B and DB. RGB value is (4,139,219). Sum of RGB (Red+Green+Blue) = 4+139+219=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #048BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BDB is #FB7424. Grayscale: #6B6B6B. Windows color (decimal): -16479269 or 14387972. OLE color: 14387972.
HSL color Cylindrical-coordinate representation of color #048BDB: hue angle of 202.33º 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 #048BDB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 139 | 219 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.14 |
| HSL | 202.33º | 0.96% | 0.44% | - |
| HSV(B) | 202.33º | 0.98% | 0.86% | - |
| XYZ | 22.07 | 23.61 | 70.41 | - |
| YUV | 107.76 | 190.77 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 219 | 0.98 | 0.37 | 0 | 0.14 | 202.33 | 0.96 | 0.44 |
| Hex | 4 | 8B | DB | 62 | 25 | 0 | E | CA | 60 | 2C |
| Octal | 4 | 213 | 333 | 142 | 45 | 0 | 16 | 312 | 140 | 54 |
| Binary | 100 | 10001011 | 11011011 | 1100010 | 100101 | 0 | 1110 | 11001010 | 1100000 | 101100 |
Color Harmonies of #048BDB
Complementary color
Monochromatic Colors of #048BDB
Black with #048BDB
Text Example
Text Example
White with #048BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BDB; }
p { color: rgb(4,139,219); }
H1.HeaderClassName
{
color: #048BDB;
}
.AnyTagClassName
{
color: #048BDB;
}
</style>
background-color css
<style>
a { background-color: #048BDB; }
a { background-color: rgb(4,139,219); }
div.DivClassName
{
background-color: #048BDB;
}
.BgClassName
{
background-color: #048BDB;
}
</style>
border-color css
<style>
span { border-color: #048BDB; }
span { border-color: rgb(4,139,219); }
td.TdClassName
{
border-color: #048BDB;
}
.TagClassName
{
border-color: #048BDB;
}
</style>