Shades of Pacific Blue #048FDA
Tints of Pacific Blue #048FDA
RGB
CMYK
RGB Variations
Color information
#048FDA (or 0x048FDA) is known color: Pacific Blue. HEX triplet: 04, 8F and DA. RGB value is (4,143,218). Sum of RGB (Red+Green+Blue) = 4+143+218=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #048FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FDA is #FB7025. Grayscale: #6D6D6D. Windows color (decimal): -16478246 or 14323460. OLE color: 14323460.
HSL color Cylindrical-coordinate representation of color #048FDA: hue angle of 201.03º 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 #048FDA is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 143 | 218 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.15 |
| HSL | 201.03º | 0.96% | 0.44% | - |
| HSV(B) | 201.03º | 0.98% | 0.85% | - |
| XYZ | 22.53 | 24.73 | 69.92 | - |
| YUV | 109.99 | 188.95 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 218 | 0.98 | 0.34 | 0 | 0.15 | 201.03 | 0.96 | 0.44 |
| Hex | 4 | 8F | DA | 62 | 22 | 0 | F | C9 | 60 | 2C |
| Octal | 4 | 217 | 332 | 142 | 42 | 0 | 17 | 311 | 140 | 54 |
| Binary | 100 | 10001111 | 11011010 | 1100010 | 100010 | 0 | 1111 | 11001001 | 1100000 | 101100 |
Color Harmonies of #048FDA
Complementary color
Monochromatic Colors of #048FDA
Black with #048FDA
Text Example
Text Example
White with #048FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FDA; }
p { color: rgb(4,143,218); }
H1.HeaderClassName
{
color: #048FDA;
}
.AnyTagClassName
{
color: #048FDA;
}
</style>
background-color css
<style>
a { background-color: #048FDA; }
a { background-color: rgb(4,143,218); }
div.DivClassName
{
background-color: #048FDA;
}
.BgClassName
{
background-color: #048FDA;
}
</style>
border-color css
<style>
span { border-color: #048FDA; }
span { border-color: rgb(4,143,218); }
td.TdClassName
{
border-color: #048FDA;
}
.TagClassName
{
border-color: #048FDA;
}
</style>