Shades of Pacific Blue #039BDB
Tints of Pacific Blue #039BDB
RGB
CMYK
RGB Variations
Color information
#039BDB (or 0x039BDB) is known color: Pacific Blue. HEX triplet: 03, 9B and DB. RGB value is (3,155,219). Sum of RGB (Red+Green+Blue) = 3+155+219=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #039BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BDB is #FC6424. Grayscale: #747474. Windows color (decimal): -16540709 or 14392067. OLE color: 14392067.
HSL color Cylindrical-coordinate representation of color #039BDB: hue angle of 197.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BDB is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 155 | 219 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.14 |
| HSL | 197.78º | 0.97% | 0.44% | - |
| HSV(B) | 197.78º | 0.99% | 0.86% | - |
| XYZ | 24.55 | 28.58 | 71.24 | - |
| YUV | 116.85 | 185.64 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 219 | 0.99 | 0.29 | 0 | 0.14 | 197.78 | 0.97 | 0.44 |
| Hex | 3 | 9B | DB | 63 | 1D | 0 | E | C6 | 61 | 2C |
| Octal | 3 | 233 | 333 | 143 | 35 | 0 | 16 | 306 | 141 | 54 |
| Binary | 11 | 10011011 | 11011011 | 1100011 | 11101 | 0 | 1110 | 11000110 | 1100001 | 101100 |
Color Harmonies of #039BDB
Complementary color
Monochromatic Colors of #039BDB
Black with #039BDB
Text Example
Text Example
White with #039BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BDB; }
p { color: rgb(3,155,219); }
H1.HeaderClassName
{
color: #039BDB;
}
.AnyTagClassName
{
color: #039BDB;
}
</style>
background-color css
<style>
a { background-color: #039BDB; }
a { background-color: rgb(3,155,219); }
div.DivClassName
{
background-color: #039BDB;
}
.BgClassName
{
background-color: #039BDB;
}
</style>
border-color css
<style>
span { border-color: #039BDB; }
span { border-color: rgb(3,155,219); }
td.TdClassName
{
border-color: #039BDB;
}
.TagClassName
{
border-color: #039BDB;
}
</style>