Shades of Pacific Blue #0DA0DF
Tints of Pacific Blue #0DA0DF
RGB
CMYK
RGB Variations
Color information
#0DA0DF (or 0x0DA0DF) is known color: Pacific Blue. HEX triplet: 0D, A0 and DF. RGB value is (13,160,223). Sum of RGB (Red+Green+Blue) = 13+160+223=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DA0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA0DF is #F25F20. Grayscale: #7A7A7A. Windows color (decimal): -15884065 or 14655501. OLE color: 14655501.
HSL color Cylindrical-coordinate representation of color #0DA0DF: hue angle of 198º 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 #0DA0DF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 160 | 223 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.13 |
| HSL | 198º | 0.89% | 0.46% | - |
| HSV(B) | 198º | 0.94% | 0.87% | - |
| XYZ | 26.06 | 30.55 | 74.34 | - |
| YUV | 123.23 | 184.3 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 223 | 0.94 | 0.28 | 0 | 0.13 | 198 | 0.89 | 0.46 |
| Hex | D | A0 | DF | 5E | 1C | 0 | D | C6 | 59 | 2E |
| Octal | 15 | 240 | 337 | 136 | 34 | 0 | 15 | 306 | 131 | 56 |
| Binary | 1101 | 10100000 | 11011111 | 1011110 | 11100 | 0 | 1101 | 11000110 | 1011001 | 101110 |
Color Harmonies of #0DA0DF
Complementary color
Monochromatic Colors of #0DA0DF
Black with #0DA0DF
Text Example
Text Example
White with #0DA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA0DF; }
p { color: rgb(13,160,223); }
H1.HeaderClassName
{
color: #0DA0DF;
}
.AnyTagClassName
{
color: #0DA0DF;
}
</style>
background-color css
<style>
a { background-color: #0DA0DF; }
a { background-color: rgb(13,160,223); }
div.DivClassName
{
background-color: #0DA0DF;
}
.BgClassName
{
background-color: #0DA0DF;
}
</style>
border-color css
<style>
span { border-color: #0DA0DF; }
span { border-color: rgb(13,160,223); }
td.TdClassName
{
border-color: #0DA0DF;
}
.TagClassName
{
border-color: #0DA0DF;
}
</style>