Shades of Pacific Blue #039DDA
Tints of Pacific Blue #039DDA
RGB
CMYK
RGB Variations
Color information
#039DDA (or 0x039DDA) is known color: Pacific Blue. HEX triplet: 03, 9D and DA. RGB value is (3,157,218). Sum of RGB (Red+Green+Blue) = 3+157+218=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #039DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DDA is #FC6225. Grayscale: #757575. Windows color (decimal): -16540198 or 14327043. OLE color: 14327043.
HSL color Cylindrical-coordinate representation of color #039DDA: hue angle of 197.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DDA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 157 | 218 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.15 |
| HSL | 197.02º | 0.97% | 0.43% | - |
| HSV(B) | 197.02º | 0.99% | 0.85% | - |
| XYZ | 24.75 | 29.2 | 70.66 | - |
| YUV | 117.91 | 184.48 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 218 | 0.99 | 0.28 | 0 | 0.15 | 197.02 | 0.97 | 0.43 |
| Hex | 3 | 9D | DA | 63 | 1C | 0 | F | C5 | 61 | 2B |
| Octal | 3 | 235 | 332 | 143 | 34 | 0 | 17 | 305 | 141 | 53 |
| Binary | 11 | 10011101 | 11011010 | 1100011 | 11100 | 0 | 1111 | 11000101 | 1100001 | 101011 |
Color Harmonies of #039DDA
Complementary color
Monochromatic Colors of #039DDA
Black with #039DDA
Text Example
Text Example
White with #039DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DDA; }
p { color: rgb(3,157,218); }
H1.HeaderClassName
{
color: #039DDA;
}
.AnyTagClassName
{
color: #039DDA;
}
</style>
background-color css
<style>
a { background-color: #039DDA; }
a { background-color: rgb(3,157,218); }
div.DivClassName
{
background-color: #039DDA;
}
.BgClassName
{
background-color: #039DDA;
}
</style>
border-color css
<style>
span { border-color: #039DDA; }
span { border-color: rgb(3,157,218); }
td.TdClassName
{
border-color: #039DDA;
}
.TagClassName
{
border-color: #039DDA;
}
</style>