Shades of Pacific Blue #0DA0E5
Tints of Pacific Blue #0DA0E5
RGB
CMYK
RGB Variations
Color information
#0DA0E5 (or 0x0DA0E5) is known color: Pacific Blue. HEX triplet: 0D, A0 and E5. RGB value is (13,160,229). Sum of RGB (Red+Green+Blue) = 13+160+229=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #0DA0E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA0E5 is #F25F1A. Grayscale: #7B7B7B. Windows color (decimal): -15884059 or 15048717. OLE color: 15048717.
HSL color Cylindrical-coordinate representation of color #0DA0E5: hue angle of 199.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA0E5 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 160 | 229 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.10 |
| HSL | 199.17º | 0.89% | 0.47% | - |
| HSV(B) | 199.17º | 0.94% | 0.9% | - |
| XYZ | 26.88 | 30.88 | 78.67 | - |
| YUV | 123.91 | 187.3 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 229 | 0.94 | 0.30 | 0 | 0.10 | 199.17 | 0.89 | 0.47 |
| Hex | D | A0 | E5 | 5E | 1E | 0 | A | C7 | 59 | 2F |
| Octal | 15 | 240 | 345 | 136 | 36 | 0 | 12 | 307 | 131 | 57 |
| Binary | 1101 | 10100000 | 11100101 | 1011110 | 11110 | 0 | 1010 | 11000111 | 1011001 | 101111 |
Color Harmonies of #0DA0E5
Complementary color
Monochromatic Colors of #0DA0E5
Black with #0DA0E5
Text Example
Text Example
White with #0DA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA0E5; }
p { color: rgb(13,160,229); }
H1.HeaderClassName
{
color: #0DA0E5;
}
.AnyTagClassName
{
color: #0DA0E5;
}
</style>
background-color css
<style>
a { background-color: #0DA0E5; }
a { background-color: rgb(13,160,229); }
div.DivClassName
{
background-color: #0DA0E5;
}
.BgClassName
{
background-color: #0DA0E5;
}
</style>
border-color css
<style>
span { border-color: #0DA0E5; }
span { border-color: rgb(13,160,229); }
td.TdClassName
{
border-color: #0DA0E5;
}
.TagClassName
{
border-color: #0DA0E5;
}
</style>