Shades of Pacific Blue #0DA2DB
Tints of Pacific Blue #0DA2DB
RGB
CMYK
RGB Variations
Color information
#0DA2DB (or 0x0DA2DB) is known color: Pacific Blue. HEX triplet: 0D, A2 and DB. RGB value is (13,162,219). Sum of RGB (Red+Green+Blue) = 13+162+219=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DA2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA2DB is #F25D24. Grayscale: #7B7B7B. Windows color (decimal): -15883557 or 14393869. OLE color: 14393869.
HSL color Cylindrical-coordinate representation of color #0DA2DB: hue angle of 196.6º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA2DB is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 162 | 219 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.14 |
| HSL | 196.6º | 0.89% | 0.45% | - |
| HSV(B) | 196.6º | 0.94% | 0.86% | - |
| XYZ | 25.87 | 31.04 | 71.65 | - |
| YUV | 123.95 | 181.64 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 219 | 0.94 | 0.26 | 0 | 0.14 | 196.6 | 0.89 | 0.45 |
| Hex | D | A2 | DB | 5E | 1A | 0 | E | C5 | 59 | 2D |
| Octal | 15 | 242 | 333 | 136 | 32 | 0 | 16 | 305 | 131 | 55 |
| Binary | 1101 | 10100010 | 11011011 | 1011110 | 11010 | 0 | 1110 | 11000101 | 1011001 | 101101 |
Color Harmonies of #0DA2DB
Complementary color
Monochromatic Colors of #0DA2DB
Black with #0DA2DB
Text Example
Text Example
White with #0DA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA2DB; }
p { color: rgb(13,162,219); }
H1.HeaderClassName
{
color: #0DA2DB;
}
.AnyTagClassName
{
color: #0DA2DB;
}
</style>
background-color css
<style>
a { background-color: #0DA2DB; }
a { background-color: rgb(13,162,219); }
div.DivClassName
{
background-color: #0DA2DB;
}
.BgClassName
{
background-color: #0DA2DB;
}
</style>
border-color css
<style>
span { border-color: #0DA2DB; }
span { border-color: rgb(13,162,219); }
td.TdClassName
{
border-color: #0DA2DB;
}
.TagClassName
{
border-color: #0DA2DB;
}
</style>