Shades of Pacific Blue #039BE7
Tints of Pacific Blue #039BE7
RGB
CMYK
RGB Variations
Color information
#039BE7 (or 0x039BE7) is known color: Pacific Blue. HEX triplet: 03, 9B and E7. RGB value is (3,155,231). Sum of RGB (Red+Green+Blue) = 3+155+231=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #039BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BE7 is #FC6418. Grayscale: #757575. Windows color (decimal): -16540697 or 15178499. OLE color: 15178499.
HSL color Cylindrical-coordinate representation of color #039BE7: hue angle of 200º 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 #039BE7 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 155 | 231 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.09 |
| HSL | 200º | 0.97% | 0.46% | - |
| HSV(B) | 200º | 0.99% | 0.91% | - |
| XYZ | 26.18 | 29.23 | 79.86 | - |
| YUV | 118.22 | 191.64 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 231 | 0.99 | 0.33 | 0 | 0.09 | 200 | 0.97 | 0.46 |
| Hex | 3 | 9B | E7 | 63 | 21 | 0 | 9 | C8 | 61 | 2E |
| Octal | 3 | 233 | 347 | 143 | 41 | 0 | 11 | 310 | 141 | 56 |
| Binary | 11 | 10011011 | 11100111 | 1100011 | 100001 | 0 | 1001 | 11001000 | 1100001 | 101110 |
Color Harmonies of #039BE7
Complementary color
Monochromatic Colors of #039BE7
Black with #039BE7
Text Example
Text Example
White with #039BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BE7; }
p { color: rgb(3,155,231); }
H1.HeaderClassName
{
color: #039BE7;
}
.AnyTagClassName
{
color: #039BE7;
}
</style>
background-color css
<style>
a { background-color: #039BE7; }
a { background-color: rgb(3,155,231); }
div.DivClassName
{
background-color: #039BE7;
}
.BgClassName
{
background-color: #039BE7;
}
</style>
border-color css
<style>
span { border-color: #039BE7; }
span { border-color: rgb(3,155,231); }
td.TdClassName
{
border-color: #039BE7;
}
.TagClassName
{
border-color: #039BE7;
}
</style>