Shades of Pacific Blue #139EDD
Tints of Pacific Blue #139EDD
RGB
CMYK
RGB Variations
Color information
#139EDD (or 0x139EDD) is known color: Pacific Blue. HEX triplet: 13, 9E and DD. RGB value is (19,158,221). Sum of RGB (Red+Green+Blue) = 19+158+221=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #139EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EDD is #EC6122. Grayscale: #7B7B7B. Windows color (decimal): -15491363 or 14523923. OLE color: 14523923.
HSL color Cylindrical-coordinate representation of color #139EDD: hue angle of 198.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139EDD is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 158 | 221 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.13 |
| HSL | 198.71º | 0.84% | 0.47% | - |
| HSV(B) | 198.71º | 0.91% | 0.87% | - |
| XYZ | 25.55 | 29.81 | 72.81 | - |
| YUV | 123.62 | 182.95 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 221 | 0.91 | 0.29 | 0 | 0.13 | 198.71 | 0.84 | 0.47 |
| Hex | 13 | 9E | DD | 5B | 1D | 0 | D | C7 | 54 | 2F |
| Octal | 23 | 236 | 335 | 133 | 35 | 0 | 15 | 307 | 124 | 57 |
| Binary | 10011 | 10011110 | 11011101 | 1011011 | 11101 | 0 | 1101 | 11000111 | 1010100 | 101111 |
Color Harmonies of #139EDD
Complementary color
Monochromatic Colors of #139EDD
Black with #139EDD
Text Example
Text Example
White with #139EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139EDD; }
p { color: rgb(19,158,221); }
H1.HeaderClassName
{
color: #139EDD;
}
.AnyTagClassName
{
color: #139EDD;
}
</style>
background-color css
<style>
a { background-color: #139EDD; }
a { background-color: rgb(19,158,221); }
div.DivClassName
{
background-color: #139EDD;
}
.BgClassName
{
background-color: #139EDD;
}
</style>
border-color css
<style>
span { border-color: #139EDD; }
span { border-color: rgb(19,158,221); }
td.TdClassName
{
border-color: #139EDD;
}
.TagClassName
{
border-color: #139EDD;
}
</style>