Shades of Pacific Blue #039BDF
Tints of Pacific Blue #039BDF
RGB
CMYK
RGB Variations
Color information
#039BDF (or 0x039BDF) is known color: Pacific Blue. HEX triplet: 03, 9B and DF. RGB value is (3,155,223). Sum of RGB (Red+Green+Blue) = 3+155+223=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #039BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BDF is #FC6420. Grayscale: #747474. Windows color (decimal): -16540705 or 14654211. OLE color: 14654211.
HSL color Cylindrical-coordinate representation of color #039BDF: hue angle of 198.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BDF is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 155 | 223 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.13 |
| HSL | 198.55º | 0.97% | 0.44% | - |
| HSV(B) | 198.55º | 0.99% | 0.87% | - |
| XYZ | 25.08 | 28.79 | 74.05 | - |
| YUV | 117.3 | 187.64 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 223 | 0.99 | 0.30 | 0 | 0.13 | 198.55 | 0.97 | 0.44 |
| Hex | 3 | 9B | DF | 63 | 1E | 0 | D | C7 | 61 | 2C |
| Octal | 3 | 233 | 337 | 143 | 36 | 0 | 15 | 307 | 141 | 54 |
| Binary | 11 | 10011011 | 11011111 | 1100011 | 11110 | 0 | 1101 | 11000111 | 1100001 | 101100 |
Color Harmonies of #039BDF
Complementary color
Monochromatic Colors of #039BDF
Black with #039BDF
Text Example
Text Example
White with #039BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BDF; }
p { color: rgb(3,155,223); }
H1.HeaderClassName
{
color: #039BDF;
}
.AnyTagClassName
{
color: #039BDF;
}
</style>
background-color css
<style>
a { background-color: #039BDF; }
a { background-color: rgb(3,155,223); }
div.DivClassName
{
background-color: #039BDF;
}
.BgClassName
{
background-color: #039BDF;
}
</style>
border-color css
<style>
span { border-color: #039BDF; }
span { border-color: rgb(3,155,223); }
td.TdClassName
{
border-color: #039BDF;
}
.TagClassName
{
border-color: #039BDF;
}
</style>