Shades of Pacific Blue #039FDC
Tints of Pacific Blue #039FDC
RGB
CMYK
RGB Variations
Color information
#039FDC (or 0x039FDC) is known color: Pacific Blue. HEX triplet: 03, 9F and DC. RGB value is (3,159,220). Sum of RGB (Red+Green+Blue) = 3+159+220=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #039FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FDC is #FC6023. Grayscale: #767676. Windows color (decimal): -16539684 or 14458627. OLE color: 14458627.
HSL color Cylindrical-coordinate representation of color #039FDC: hue angle of 196.87º 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 #039FDC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 159 | 220 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.14 |
| HSL | 196.87º | 0.97% | 0.44% | - |
| HSV(B) | 196.87º | 0.99% | 0.86% | - |
| XYZ | 25.35 | 29.98 | 72.16 | - |
| YUV | 119.31 | 184.82 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 220 | 0.99 | 0.28 | 0 | 0.14 | 196.87 | 0.97 | 0.44 |
| Hex | 3 | 9F | DC | 63 | 1C | 0 | E | C5 | 61 | 2C |
| Octal | 3 | 237 | 334 | 143 | 34 | 0 | 16 | 305 | 141 | 54 |
| Binary | 11 | 10011111 | 11011100 | 1100011 | 11100 | 0 | 1110 | 11000101 | 1100001 | 101100 |
Color Harmonies of #039FDC
Complementary color
Monochromatic Colors of #039FDC
Black with #039FDC
Text Example
Text Example
White with #039FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FDC; }
p { color: rgb(3,159,220); }
H1.HeaderClassName
{
color: #039FDC;
}
.AnyTagClassName
{
color: #039FDC;
}
</style>
background-color css
<style>
a { background-color: #039FDC; }
a { background-color: rgb(3,159,220); }
div.DivClassName
{
background-color: #039FDC;
}
.BgClassName
{
background-color: #039FDC;
}
</style>
border-color css
<style>
span { border-color: #039FDC; }
span { border-color: rgb(3,159,220); }
td.TdClassName
{
border-color: #039FDC;
}
.TagClassName
{
border-color: #039FDC;
}
</style>