Shades of Pacific Blue #048EDA
Tints of Pacific Blue #048EDA
RGB
CMYK
RGB Variations
Color information
#048EDA (or 0x048EDA) is known color: Pacific Blue. HEX triplet: 04, 8E and DA. RGB value is (4,142,218). Sum of RGB (Red+Green+Blue) = 4+142+218=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #048EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EDA is #FB7125. Grayscale: #6C6C6C. Windows color (decimal): -16478502 or 14323204. OLE color: 14323204.
HSL color Cylindrical-coordinate representation of color #048EDA: hue angle of 201.31º 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 #048EDA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 142 | 218 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.15 |
| HSL | 201.31º | 0.96% | 0.44% | - |
| HSV(B) | 201.31º | 0.98% | 0.85% | - |
| XYZ | 22.38 | 24.43 | 69.87 | - |
| YUV | 109.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 218 | 0.98 | 0.35 | 0 | 0.15 | 201.31 | 0.96 | 0.44 |
| Hex | 4 | 8E | DA | 62 | 23 | 0 | F | C9 | 60 | 2C |
| Octal | 4 | 216 | 332 | 142 | 43 | 0 | 17 | 311 | 140 | 54 |
| Binary | 100 | 10001110 | 11011010 | 1100010 | 100011 | 0 | 1111 | 11001001 | 1100000 | 101100 |
Color Harmonies of #048EDA
Complementary color
Monochromatic Colors of #048EDA
Black with #048EDA
Text Example
Text Example
White with #048EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EDA; }
p { color: rgb(4,142,218); }
H1.HeaderClassName
{
color: #048EDA;
}
.AnyTagClassName
{
color: #048EDA;
}
</style>
background-color css
<style>
a { background-color: #048EDA; }
a { background-color: rgb(4,142,218); }
div.DivClassName
{
background-color: #048EDA;
}
.BgClassName
{
background-color: #048EDA;
}
</style>
border-color css
<style>
span { border-color: #048EDA; }
span { border-color: rgb(4,142,218); }
td.TdClassName
{
border-color: #048EDA;
}
.TagClassName
{
border-color: #048EDA;
}
</style>