Shades of Pacific Blue #0DA3DD
Tints of Pacific Blue #0DA3DD
RGB
CMYK
RGB Variations
Color information
#0DA3DD (or 0x0DA3DD) is known color: Pacific Blue. HEX triplet: 0D, A3 and DD. RGB value is (13,163,221). Sum of RGB (Red+Green+Blue) = 13+163+221=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DA3DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA3DD is #F25C22. Grayscale: #7C7C7C. Windows color (decimal): -15883299 or 14525197. OLE color: 14525197.
HSL color Cylindrical-coordinate representation of color #0DA3DD: hue angle of 196.73º 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 #0DA3DD is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 163 | 221 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.13 |
| HSL | 196.73º | 0.89% | 0.46% | - |
| HSV(B) | 196.73º | 0.94% | 0.87% | - |
| XYZ | 26.31 | 31.5 | 73.1 | - |
| YUV | 124.76 | 182.31 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 221 | 0.94 | 0.26 | 0 | 0.13 | 196.73 | 0.89 | 0.46 |
| Hex | D | A3 | DD | 5E | 1A | 0 | D | C5 | 59 | 2E |
| Octal | 15 | 243 | 335 | 136 | 32 | 0 | 15 | 305 | 131 | 56 |
| Binary | 1101 | 10100011 | 11011101 | 1011110 | 11010 | 0 | 1101 | 11000101 | 1011001 | 101110 |
Color Harmonies of #0DA3DD
Complementary color
Monochromatic Colors of #0DA3DD
Black with #0DA3DD
Text Example
Text Example
White with #0DA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA3DD; }
p { color: rgb(13,163,221); }
H1.HeaderClassName
{
color: #0DA3DD;
}
.AnyTagClassName
{
color: #0DA3DD;
}
</style>
background-color css
<style>
a { background-color: #0DA3DD; }
a { background-color: rgb(13,163,221); }
div.DivClassName
{
background-color: #0DA3DD;
}
.BgClassName
{
background-color: #0DA3DD;
}
</style>
border-color css
<style>
span { border-color: #0DA3DD; }
span { border-color: rgb(13,163,221); }
td.TdClassName
{
border-color: #0DA3DD;
}
.TagClassName
{
border-color: #0DA3DD;
}
</style>