Shades of Pacific Blue #0D8CDD
Tints of Pacific Blue #0D8CDD
RGB
CMYK
RGB Variations
Color information
#0D8CDD (or 0x0D8CDD) is known color: Pacific Blue. HEX triplet: 0D, 8C and DD. RGB value is (13,140,221). Sum of RGB (Red+Green+Blue) = 13+140+221=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D8CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CDD is #F27322. Grayscale: #6E6E6E. Windows color (decimal): -15889187 or 14519309. OLE color: 14519309.
HSL color Cylindrical-coordinate representation of color #0D8CDD: hue angle of 203.37º 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 #0D8CDD is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 140 | 221 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.13 |
| HSL | 203.37º | 0.89% | 0.46% | - |
| HSV(B) | 203.37º | 0.94% | 0.87% | - |
| XYZ | 22.6 | 24.06 | 71.86 | - |
| YUV | 111.26 | 189.92 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 221 | 0.94 | 0.37 | 0 | 0.13 | 203.37 | 0.89 | 0.46 |
| Hex | D | 8C | DD | 5E | 25 | 0 | D | CB | 59 | 2E |
| Octal | 15 | 214 | 335 | 136 | 45 | 0 | 15 | 313 | 131 | 56 |
| Binary | 1101 | 10001100 | 11011101 | 1011110 | 100101 | 0 | 1101 | 11001011 | 1011001 | 101110 |
Color Harmonies of #0D8CDD
Complementary color
Monochromatic Colors of #0D8CDD
Black with #0D8CDD
Text Example
Text Example
White with #0D8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CDD; }
p { color: rgb(13,140,221); }
H1.HeaderClassName
{
color: #0D8CDD;
}
.AnyTagClassName
{
color: #0D8CDD;
}
</style>
background-color css
<style>
a { background-color: #0D8CDD; }
a { background-color: rgb(13,140,221); }
div.DivClassName
{
background-color: #0D8CDD;
}
.BgClassName
{
background-color: #0D8CDD;
}
</style>
border-color css
<style>
span { border-color: #0D8CDD; }
span { border-color: rgb(13,140,221); }
td.TdClassName
{
border-color: #0D8CDD;
}
.TagClassName
{
border-color: #0D8CDD;
}
</style>