Shades of Pacific Blue #0D8ADD
Tints of Pacific Blue #0D8ADD
RGB
CMYK
RGB Variations
Color information
#0D8ADD (or 0x0D8ADD) is known color: Pacific Blue. HEX triplet: 0D, 8A and DD. RGB value is (13,138,221). Sum of RGB (Red+Green+Blue) = 13+138+221=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D8ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8ADD is #F27522. Grayscale: #6D6D6D. Windows color (decimal): -15889699 or 14518797. OLE color: 14518797.
HSL color Cylindrical-coordinate representation of color #0D8ADD: hue angle of 203.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8ADD is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 138 | 221 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.13 |
| HSL | 203.94º | 0.89% | 0.46% | - |
| HSV(B) | 203.94º | 0.94% | 0.87% | - |
| XYZ | 22.31 | 23.48 | 71.76 | - |
| YUV | 110.09 | 190.59 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 221 | 0.94 | 0.38 | 0 | 0.13 | 203.94 | 0.89 | 0.46 |
| Hex | D | 8A | DD | 5E | 26 | 0 | D | CC | 59 | 2E |
| Octal | 15 | 212 | 335 | 136 | 46 | 0 | 15 | 314 | 131 | 56 |
| Binary | 1101 | 10001010 | 11011101 | 1011110 | 100110 | 0 | 1101 | 11001100 | 1011001 | 101110 |
Color Harmonies of #0D8ADD
Complementary color
Monochromatic Colors of #0D8ADD
Black with #0D8ADD
Text Example
Text Example
White with #0D8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8ADD; }
p { color: rgb(13,138,221); }
H1.HeaderClassName
{
color: #0D8ADD;
}
.AnyTagClassName
{
color: #0D8ADD;
}
</style>
background-color css
<style>
a { background-color: #0D8ADD; }
a { background-color: rgb(13,138,221); }
div.DivClassName
{
background-color: #0D8ADD;
}
.BgClassName
{
background-color: #0D8ADD;
}
</style>
border-color css
<style>
span { border-color: #0D8ADD; }
span { border-color: rgb(13,138,221); }
td.TdClassName
{
border-color: #0D8ADD;
}
.TagClassName
{
border-color: #0D8ADD;
}
</style>