Shades of Pacific Blue #039BDA
Tints of Pacific Blue #039BDA
RGB
CMYK
RGB Variations
Color information
#039BDA (or 0x039BDA) is known color: Pacific Blue. HEX triplet: 03, 9B and DA. RGB value is (3,155,218). Sum of RGB (Red+Green+Blue) = 3+155+218=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #039BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BDA is #FC6425. Grayscale: #747474. Windows color (decimal): -16540710 or 14326531. OLE color: 14326531.
HSL color Cylindrical-coordinate representation of color #039BDA: hue angle of 197.58º 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 #039BDA is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 155 | 218 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.15 |
| HSL | 197.58º | 0.97% | 0.43% | - |
| HSV(B) | 197.58º | 0.99% | 0.85% | - |
| XYZ | 24.41 | 28.52 | 70.55 | - |
| YUV | 116.73 | 185.14 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 218 | 0.99 | 0.29 | 0 | 0.15 | 197.58 | 0.97 | 0.43 |
| Hex | 3 | 9B | DA | 63 | 1D | 0 | F | C6 | 61 | 2B |
| Octal | 3 | 233 | 332 | 143 | 35 | 0 | 17 | 306 | 141 | 53 |
| Binary | 11 | 10011011 | 11011010 | 1100011 | 11101 | 0 | 1111 | 11000110 | 1100001 | 101011 |
Color Harmonies of #039BDA
Complementary color
Monochromatic Colors of #039BDA
Black with #039BDA
Text Example
Text Example
White with #039BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BDA; }
p { color: rgb(3,155,218); }
H1.HeaderClassName
{
color: #039BDA;
}
.AnyTagClassName
{
color: #039BDA;
}
</style>
background-color css
<style>
a { background-color: #039BDA; }
a { background-color: rgb(3,155,218); }
div.DivClassName
{
background-color: #039BDA;
}
.BgClassName
{
background-color: #039BDA;
}
</style>
border-color css
<style>
span { border-color: #039BDA; }
span { border-color: rgb(3,155,218); }
td.TdClassName
{
border-color: #039BDA;
}
.TagClassName
{
border-color: #039BDA;
}
</style>