Shades of Pacific Blue #048ADE
Tints of Pacific Blue #048ADE
RGB
CMYK
RGB Variations
Color information
#048ADE (or 0x048ADE) is known color: Pacific Blue. HEX triplet: 04, 8A and DE. RGB value is (4,138,222). Sum of RGB (Red+Green+Blue) = 4+138+222=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #048ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ADE is #FB7521. Grayscale: #6B6B6B. Windows color (decimal): -16479522 or 14584324. OLE color: 14584324.
HSL color Cylindrical-coordinate representation of color #048ADE: hue angle of 203.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048ADE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 138 | 222 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.13 |
| HSL | 203.12º | 0.96% | 0.44% | - |
| HSV(B) | 203.12º | 0.98% | 0.87% | - |
| XYZ | 22.32 | 23.48 | 72.46 | - |
| YUV | 107.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 222 | 0.98 | 0.38 | 0 | 0.13 | 203.12 | 0.96 | 0.44 |
| Hex | 4 | 8A | DE | 62 | 26 | 0 | D | CB | 60 | 2C |
| Octal | 4 | 212 | 336 | 142 | 46 | 0 | 15 | 313 | 140 | 54 |
| Binary | 100 | 10001010 | 11011110 | 1100010 | 100110 | 0 | 1101 | 11001011 | 1100000 | 101100 |
Color Harmonies of #048ADE
Complementary color
Monochromatic Colors of #048ADE
Black with #048ADE
Text Example
Text Example
White with #048ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048ADE; }
p { color: rgb(4,138,222); }
H1.HeaderClassName
{
color: #048ADE;
}
.AnyTagClassName
{
color: #048ADE;
}
</style>
background-color css
<style>
a { background-color: #048ADE; }
a { background-color: rgb(4,138,222); }
div.DivClassName
{
background-color: #048ADE;
}
.BgClassName
{
background-color: #048ADE;
}
</style>
border-color css
<style>
span { border-color: #048ADE; }
span { border-color: rgb(4,138,222); }
td.TdClassName
{
border-color: #048ADE;
}
.TagClassName
{
border-color: #048ADE;
}
</style>