Shades of Pacific Blue #0D8DDD
Tints of Pacific Blue #0D8DDD
RGB
CMYK
RGB Variations
Color information
#0D8DDD (or 0x0D8DDD) is known color: Pacific Blue. HEX triplet: 0D, 8D and DD. RGB value is (13,141,221). Sum of RGB (Red+Green+Blue) = 13+141+221=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D8DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8DDD is #F27222. Grayscale: #6F6F6F. Windows color (decimal): -15888931 or 14519565. OLE color: 14519565.
HSL color Cylindrical-coordinate representation of color #0D8DDD: hue angle of 203.08º 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 #0D8DDD is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 141 | 221 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.13 |
| HSL | 203.08º | 0.89% | 0.46% | - |
| HSV(B) | 203.08º | 0.94% | 0.87% | - |
| XYZ | 22.74 | 24.36 | 71.91 | - |
| YUV | 111.85 | 189.59 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 221 | 0.94 | 0.36 | 0 | 0.13 | 203.08 | 0.89 | 0.46 |
| Hex | D | 8D | DD | 5E | 24 | 0 | D | CB | 59 | 2E |
| Octal | 15 | 215 | 335 | 136 | 44 | 0 | 15 | 313 | 131 | 56 |
| Binary | 1101 | 10001101 | 11011101 | 1011110 | 100100 | 0 | 1101 | 11001011 | 1011001 | 101110 |
Color Harmonies of #0D8DDD
Complementary color
Monochromatic Colors of #0D8DDD
Black with #0D8DDD
Text Example
Text Example
White with #0D8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8DDD; }
p { color: rgb(13,141,221); }
H1.HeaderClassName
{
color: #0D8DDD;
}
.AnyTagClassName
{
color: #0D8DDD;
}
</style>
background-color css
<style>
a { background-color: #0D8DDD; }
a { background-color: rgb(13,141,221); }
div.DivClassName
{
background-color: #0D8DDD;
}
.BgClassName
{
background-color: #0D8DDD;
}
</style>
border-color css
<style>
span { border-color: #0D8DDD; }
span { border-color: rgb(13,141,221); }
td.TdClassName
{
border-color: #0D8DDD;
}
.TagClassName
{
border-color: #0D8DDD;
}
</style>