Shades of Pacific Blue #039FE4
Tints of Pacific Blue #039FE4
RGB
CMYK
RGB Variations
Color information
#039FE4 (or 0x039FE4) is known color: Pacific Blue. HEX triplet: 03, 9F and E4. RGB value is (3,159,228). Sum of RGB (Red+Green+Blue) = 3+159+228=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #039FE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FE4 is #FC601B. Grayscale: #777777. Windows color (decimal): -16539676 or 14982915. OLE color: 14982915.
HSL color Cylindrical-coordinate representation of color #039FE4: hue angle of 198.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FE4 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 159 | 228 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.11 |
| HSL | 198.4º | 0.97% | 0.45% | - |
| HSV(B) | 198.4º | 0.99% | 0.89% | - |
| XYZ | 26.44 | 30.42 | 77.88 | - |
| YUV | 120.22 | 188.82 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 228 | 0.99 | 0.30 | 0 | 0.11 | 198.4 | 0.97 | 0.45 |
| Hex | 3 | 9F | E4 | 63 | 1E | 0 | B | C6 | 61 | 2D |
| Octal | 3 | 237 | 344 | 143 | 36 | 0 | 13 | 306 | 141 | 55 |
| Binary | 11 | 10011111 | 11100100 | 1100011 | 11110 | 0 | 1011 | 11000110 | 1100001 | 101101 |
Color Harmonies of #039FE4
Complementary color
Monochromatic Colors of #039FE4
Black with #039FE4
Text Example
Text Example
White with #039FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FE4; }
p { color: rgb(3,159,228); }
H1.HeaderClassName
{
color: #039FE4;
}
.AnyTagClassName
{
color: #039FE4;
}
</style>
background-color css
<style>
a { background-color: #039FE4; }
a { background-color: rgb(3,159,228); }
div.DivClassName
{
background-color: #039FE4;
}
.BgClassName
{
background-color: #039FE4;
}
</style>
border-color css
<style>
span { border-color: #039FE4; }
span { border-color: rgb(3,159,228); }
td.TdClassName
{
border-color: #039FE4;
}
.TagClassName
{
border-color: #039FE4;
}
</style>