Shades of Pacific Blue #0D8CDC
Tints of Pacific Blue #0D8CDC
RGB
CMYK
RGB Variations
Color information
#0D8CDC (or 0x0D8CDC) is known color: Pacific Blue. HEX triplet: 0D, 8C and DC. RGB value is (13,140,220). Sum of RGB (Red+Green+Blue) = 13+140+220=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D8CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CDC is #F27323. Grayscale: #6E6E6E. Windows color (decimal): -15889188 or 14453773. OLE color: 14453773.
HSL color Cylindrical-coordinate representation of color #0D8CDC: hue angle of 203.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8CDC is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 140 | 220 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.14 |
| HSL | 203.19º | 0.89% | 0.46% | - |
| HSV(B) | 203.19º | 0.94% | 0.86% | - |
| XYZ | 22.46 | 24.01 | 71.16 | - |
| YUV | 111.15 | 189.42 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 220 | 0.94 | 0.36 | 0 | 0.14 | 203.19 | 0.89 | 0.46 |
| Hex | D | 8C | DC | 5E | 24 | 0 | E | CB | 59 | 2E |
| Octal | 15 | 214 | 334 | 136 | 44 | 0 | 16 | 313 | 131 | 56 |
| Binary | 1101 | 10001100 | 11011100 | 1011110 | 100100 | 0 | 1110 | 11001011 | 1011001 | 101110 |
Color Harmonies of #0D8CDC
Complementary color
Monochromatic Colors of #0D8CDC
Black with #0D8CDC
Text Example
Text Example
White with #0D8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CDC; }
p { color: rgb(13,140,220); }
H1.HeaderClassName
{
color: #0D8CDC;
}
.AnyTagClassName
{
color: #0D8CDC;
}
</style>
background-color css
<style>
a { background-color: #0D8CDC; }
a { background-color: rgb(13,140,220); }
div.DivClassName
{
background-color: #0D8CDC;
}
.BgClassName
{
background-color: #0D8CDC;
}
</style>
border-color css
<style>
span { border-color: #0D8CDC; }
span { border-color: rgb(13,140,220); }
td.TdClassName
{
border-color: #0D8CDC;
}
.TagClassName
{
border-color: #0D8CDC;
}
</style>