Shades of Pacific Blue #0DA0DC
Tints of Pacific Blue #0DA0DC
RGB
CMYK
RGB Variations
Color information
#0DA0DC (or 0x0DA0DC) is known color: Pacific Blue. HEX triplet: 0D, A0 and DC. RGB value is (13,160,220). Sum of RGB (Red+Green+Blue) = 13+160+220=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DA0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA0DC is #F25F23. Grayscale: #7A7A7A. Windows color (decimal): -15884068 or 14458893. OLE color: 14458893.
HSL color Cylindrical-coordinate representation of color #0DA0DC: hue angle of 197.39º 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 #0DA0DC is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 160 | 220 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.14 |
| HSL | 197.39º | 0.89% | 0.46% | - |
| HSV(B) | 197.39º | 0.94% | 0.86% | - |
| XYZ | 25.66 | 30.39 | 72.22 | - |
| YUV | 122.89 | 182.8 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 220 | 0.94 | 0.27 | 0 | 0.14 | 197.39 | 0.89 | 0.46 |
| Hex | D | A0 | DC | 5E | 1B | 0 | E | C5 | 59 | 2E |
| Octal | 15 | 240 | 334 | 136 | 33 | 0 | 16 | 305 | 131 | 56 |
| Binary | 1101 | 10100000 | 11011100 | 1011110 | 11011 | 0 | 1110 | 11000101 | 1011001 | 101110 |
Color Harmonies of #0DA0DC
Complementary color
Monochromatic Colors of #0DA0DC
Black with #0DA0DC
Text Example
Text Example
White with #0DA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA0DC; }
p { color: rgb(13,160,220); }
H1.HeaderClassName
{
color: #0DA0DC;
}
.AnyTagClassName
{
color: #0DA0DC;
}
</style>
background-color css
<style>
a { background-color: #0DA0DC; }
a { background-color: rgb(13,160,220); }
div.DivClassName
{
background-color: #0DA0DC;
}
.BgClassName
{
background-color: #0DA0DC;
}
</style>
border-color css
<style>
span { border-color: #0DA0DC; }
span { border-color: rgb(13,160,220); }
td.TdClassName
{
border-color: #0DA0DC;
}
.TagClassName
{
border-color: #0DA0DC;
}
</style>