Shades of Pacific Blue #048ADC
Tints of Pacific Blue #048ADC
RGB
CMYK
RGB Variations
Color information
#048ADC (or 0x048ADC) is known color: Pacific Blue. HEX triplet: 04, 8A and DC. RGB value is (4,138,220). Sum of RGB (Red+Green+Blue) = 4+138+220=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #048ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ADC is #FB7523. Grayscale: #6A6A6A. Windows color (decimal): -16479524 or 14453252. OLE color: 14453252.
HSL color Cylindrical-coordinate representation of color #048ADC: hue angle of 202.78º 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 #048ADC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 138 | 220 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.14 |
| HSL | 202.78º | 0.96% | 0.44% | - |
| HSV(B) | 202.78º | 0.98% | 0.86% | - |
| XYZ | 22.06 | 23.37 | 71.06 | - |
| YUV | 107.28 | 191.61 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 220 | 0.98 | 0.37 | 0 | 0.14 | 202.78 | 0.96 | 0.44 |
| Hex | 4 | 8A | DC | 62 | 25 | 0 | E | CB | 60 | 2C |
| Octal | 4 | 212 | 334 | 142 | 45 | 0 | 16 | 313 | 140 | 54 |
| Binary | 100 | 10001010 | 11011100 | 1100010 | 100101 | 0 | 1110 | 11001011 | 1100000 | 101100 |
Color Harmonies of #048ADC
Complementary color
Monochromatic Colors of #048ADC
Black with #048ADC
Text Example
Text Example
White with #048ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048ADC; }
p { color: rgb(4,138,220); }
H1.HeaderClassName
{
color: #048ADC;
}
.AnyTagClassName
{
color: #048ADC;
}
</style>
background-color css
<style>
a { background-color: #048ADC; }
a { background-color: rgb(4,138,220); }
div.DivClassName
{
background-color: #048ADC;
}
.BgClassName
{
background-color: #048ADC;
}
</style>
border-color css
<style>
span { border-color: #048ADC; }
span { border-color: rgb(4,138,220); }
td.TdClassName
{
border-color: #048ADC;
}
.TagClassName
{
border-color: #048ADC;
}
</style>