Shades of Pacific Blue #039FE9
Tints of Pacific Blue #039FE9
RGB
CMYK
RGB Variations
Color information
#039FE9 (or 0x039FE9) is known color: Pacific Blue. HEX triplet: 03, 9F and E9. RGB value is (3,159,233). Sum of RGB (Red+Green+Blue) = 3+159+233=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #039FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FE9 is #FC6016. Grayscale: #787878. Windows color (decimal): -16539671 or 15310595. OLE color: 15310595.
HSL color Cylindrical-coordinate representation of color #039FE9: hue angle of 199.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FE9 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 159 | 233 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.09 |
| HSL | 199.3º | 0.97% | 0.46% | - |
| HSV(B) | 199.3º | 0.99% | 0.91% | - |
| XYZ | 27.14 | 30.7 | 81.59 | - |
| YUV | 120.79 | 191.32 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 233 | 0.99 | 0.32 | 0 | 0.09 | 199.3 | 0.97 | 0.46 |
| Hex | 3 | 9F | E9 | 63 | 20 | 0 | 9 | C7 | 61 | 2E |
| Octal | 3 | 237 | 351 | 143 | 40 | 0 | 11 | 307 | 141 | 56 |
| Binary | 11 | 10011111 | 11101001 | 1100011 | 100000 | 0 | 1001 | 11000111 | 1100001 | 101110 |
Color Harmonies of #039FE9
Complementary color
Monochromatic Colors of #039FE9
Black with #039FE9
Text Example
Text Example
White with #039FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FE9; }
p { color: rgb(3,159,233); }
H1.HeaderClassName
{
color: #039FE9;
}
.AnyTagClassName
{
color: #039FE9;
}
</style>
background-color css
<style>
a { background-color: #039FE9; }
a { background-color: rgb(3,159,233); }
div.DivClassName
{
background-color: #039FE9;
}
.BgClassName
{
background-color: #039FE9;
}
</style>
border-color css
<style>
span { border-color: #039FE9; }
span { border-color: rgb(3,159,233); }
td.TdClassName
{
border-color: #039FE9;
}
.TagClassName
{
border-color: #039FE9;
}
</style>