Shades of Pacific Blue #039FDB
Tints of Pacific Blue #039FDB
RGB
CMYK
RGB Variations
Color information
#039FDB (or 0x039FDB) is known color: Pacific Blue. HEX triplet: 03, 9F and DB. RGB value is (3,159,219). Sum of RGB (Red+Green+Blue) = 3+159+219=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #039FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FDB is #FC6024. Grayscale: #767676. Windows color (decimal): -16539685 or 14393091. OLE color: 14393091.
HSL color Cylindrical-coordinate representation of color #039FDB: hue angle of 196.67º 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 #039FDB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 159 | 219 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.14 |
| HSL | 196.67º | 0.97% | 0.44% | - |
| HSV(B) | 196.67º | 0.99% | 0.86% | - |
| XYZ | 25.22 | 29.93 | 71.47 | - |
| YUV | 119.2 | 184.32 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 219 | 0.99 | 0.27 | 0 | 0.14 | 196.67 | 0.97 | 0.44 |
| Hex | 3 | 9F | DB | 63 | 1B | 0 | E | C5 | 61 | 2C |
| Octal | 3 | 237 | 333 | 143 | 33 | 0 | 16 | 305 | 141 | 54 |
| Binary | 11 | 10011111 | 11011011 | 1100011 | 11011 | 0 | 1110 | 11000101 | 1100001 | 101100 |
Color Harmonies of #039FDB
Complementary color
Monochromatic Colors of #039FDB
Black with #039FDB
Text Example
Text Example
White with #039FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FDB; }
p { color: rgb(3,159,219); }
H1.HeaderClassName
{
color: #039FDB;
}
.AnyTagClassName
{
color: #039FDB;
}
</style>
background-color css
<style>
a { background-color: #039FDB; }
a { background-color: rgb(3,159,219); }
div.DivClassName
{
background-color: #039FDB;
}
.BgClassName
{
background-color: #039FDB;
}
</style>
border-color css
<style>
span { border-color: #039FDB; }
span { border-color: rgb(3,159,219); }
td.TdClassName
{
border-color: #039FDB;
}
.TagClassName
{
border-color: #039FDB;
}
</style>