Shades of Pacific Blue #048BDA
Tints of Pacific Blue #048BDA
RGB
CMYK
RGB Variations
Color information
#048BDA (or 0x048BDA) is known color: Pacific Blue. HEX triplet: 04, 8B and DA. RGB value is (4,139,218). Sum of RGB (Red+Green+Blue) = 4+139+218=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #048BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BDA is #FB7425. Grayscale: #6B6B6B. Windows color (decimal): -16479270 or 14322436. OLE color: 14322436.
HSL color Cylindrical-coordinate representation of color #048BDA: hue angle of 202.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BDA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 139 | 218 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.15 |
| HSL | 202.15º | 0.96% | 0.44% | - |
| HSV(B) | 202.15º | 0.98% | 0.85% | - |
| XYZ | 21.94 | 23.55 | 69.72 | - |
| YUV | 107.64 | 190.27 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 218 | 0.98 | 0.36 | 0 | 0.15 | 202.15 | 0.96 | 0.44 |
| Hex | 4 | 8B | DA | 62 | 24 | 0 | F | CA | 60 | 2C |
| Octal | 4 | 213 | 332 | 142 | 44 | 0 | 17 | 312 | 140 | 54 |
| Binary | 100 | 10001011 | 11011010 | 1100010 | 100100 | 0 | 1111 | 11001010 | 1100000 | 101100 |
Color Harmonies of #048BDA
Complementary color
Monochromatic Colors of #048BDA
Black with #048BDA
Text Example
Text Example
White with #048BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BDA; }
p { color: rgb(4,139,218); }
H1.HeaderClassName
{
color: #048BDA;
}
.AnyTagClassName
{
color: #048BDA;
}
</style>
background-color css
<style>
a { background-color: #048BDA; }
a { background-color: rgb(4,139,218); }
div.DivClassName
{
background-color: #048BDA;
}
.BgClassName
{
background-color: #048BDA;
}
</style>
border-color css
<style>
span { border-color: #048BDA; }
span { border-color: rgb(4,139,218); }
td.TdClassName
{
border-color: #048BDA;
}
.TagClassName
{
border-color: #048BDA;
}
</style>