Shades of Pacific Blue #039EDA
Tints of Pacific Blue #039EDA
RGB
CMYK
RGB Variations
Color information
#039EDA (or 0x039EDA) is known color: Pacific Blue. HEX triplet: 03, 9E and DA. RGB value is (3,158,218). Sum of RGB (Red+Green+Blue) = 3+158+218=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #039EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EDA is #FC6125. Grayscale: #767676. Windows color (decimal): -16539942 or 14327299. OLE color: 14327299.
HSL color Cylindrical-coordinate representation of color #039EDA: hue angle of 196.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EDA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 158 | 218 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.15 |
| HSL | 196.74º | 0.97% | 0.43% | - |
| HSV(B) | 196.74º | 0.99% | 0.85% | - |
| XYZ | 24.92 | 29.54 | 70.72 | - |
| YUV | 118.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 218 | 0.99 | 0.28 | 0 | 0.15 | 196.74 | 0.97 | 0.43 |
| Hex | 3 | 9E | DA | 63 | 1C | 0 | F | C5 | 61 | 2B |
| Octal | 3 | 236 | 332 | 143 | 34 | 0 | 17 | 305 | 141 | 53 |
| Binary | 11 | 10011110 | 11011010 | 1100011 | 11100 | 0 | 1111 | 11000101 | 1100001 | 101011 |
Color Harmonies of #039EDA
Complementary color
Monochromatic Colors of #039EDA
Black with #039EDA
Text Example
Text Example
White with #039EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EDA; }
p { color: rgb(3,158,218); }
H1.HeaderClassName
{
color: #039EDA;
}
.AnyTagClassName
{
color: #039EDA;
}
</style>
background-color css
<style>
a { background-color: #039EDA; }
a { background-color: rgb(3,158,218); }
div.DivClassName
{
background-color: #039EDA;
}
.BgClassName
{
background-color: #039EDA;
}
</style>
border-color css
<style>
span { border-color: #039EDA; }
span { border-color: rgb(3,158,218); }
td.TdClassName
{
border-color: #039EDA;
}
.TagClassName
{
border-color: #039EDA;
}
</style>