Shades of Pacific Blue #0D8CDA
Tints of Pacific Blue #0D8CDA
RGB
CMYK
RGB Variations
Color information
#0D8CDA (or 0x0D8CDA) is known color: Pacific Blue. HEX triplet: 0D, 8C and DA. RGB value is (13,140,218). Sum of RGB (Red+Green+Blue) = 13+140+218=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D8CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CDA is #F27325. Grayscale: #6E6E6E. Windows color (decimal): -15889190 or 14322701. OLE color: 14322701.
HSL color Cylindrical-coordinate representation of color #0D8CDA: hue angle of 202.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8CDA is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 140 | 218 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.15 |
| HSL | 202.83º | 0.89% | 0.45% | - |
| HSV(B) | 202.83º | 0.94% | 0.85% | - |
| XYZ | 22.2 | 23.9 | 69.77 | - |
| YUV | 110.92 | 188.42 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 218 | 0.94 | 0.36 | 0 | 0.15 | 202.83 | 0.89 | 0.45 |
| Hex | D | 8C | DA | 5E | 24 | 0 | F | CB | 59 | 2D |
| Octal | 15 | 214 | 332 | 136 | 44 | 0 | 17 | 313 | 131 | 55 |
| Binary | 1101 | 10001100 | 11011010 | 1011110 | 100100 | 0 | 1111 | 11001011 | 1011001 | 101101 |
Color Harmonies of #0D8CDA
Complementary color
Monochromatic Colors of #0D8CDA
Black with #0D8CDA
Text Example
Text Example
White with #0D8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CDA; }
p { color: rgb(13,140,218); }
H1.HeaderClassName
{
color: #0D8CDA;
}
.AnyTagClassName
{
color: #0D8CDA;
}
</style>
background-color css
<style>
a { background-color: #0D8CDA; }
a { background-color: rgb(13,140,218); }
div.DivClassName
{
background-color: #0D8CDA;
}
.BgClassName
{
background-color: #0D8CDA;
}
</style>
border-color css
<style>
span { border-color: #0D8CDA; }
span { border-color: rgb(13,140,218); }
td.TdClassName
{
border-color: #0D8CDA;
}
.TagClassName
{
border-color: #0D8CDA;
}
</style>