Shades of Pacific Blue #0DA4DC
Tints of Pacific Blue #0DA4DC
RGB
CMYK
RGB Variations
Color information
#0DA4DC (or 0x0DA4DC) is known color: Pacific Blue. HEX triplet: 0D, A4 and DC. RGB value is (13,164,220). Sum of RGB (Red+Green+Blue) = 13+164+220=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DA4DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA4DC is #F25B23. Grayscale: #7C7C7C. Windows color (decimal): -15883044 or 14459917. OLE color: 14459917.
HSL color Cylindrical-coordinate representation of color #0DA4DC: hue angle of 196.23º 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 #0DA4DC is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 164 | 220 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.14 |
| HSL | 196.23º | 0.89% | 0.46% | - |
| HSV(B) | 196.23º | 0.94% | 0.86% | - |
| XYZ | 26.36 | 31.8 | 72.46 | - |
| YUV | 125.24 | 181.47 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 220 | 0.94 | 0.25 | 0 | 0.14 | 196.23 | 0.89 | 0.46 |
| Hex | D | A4 | DC | 5E | 19 | 0 | E | C4 | 59 | 2E |
| Octal | 15 | 244 | 334 | 136 | 31 | 0 | 16 | 304 | 131 | 56 |
| Binary | 1101 | 10100100 | 11011100 | 1011110 | 11001 | 0 | 1110 | 11000100 | 1011001 | 101110 |
Color Harmonies of #0DA4DC
Complementary color
Monochromatic Colors of #0DA4DC
Black with #0DA4DC
Text Example
Text Example
White with #0DA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA4DC; }
p { color: rgb(13,164,220); }
H1.HeaderClassName
{
color: #0DA4DC;
}
.AnyTagClassName
{
color: #0DA4DC;
}
</style>
background-color css
<style>
a { background-color: #0DA4DC; }
a { background-color: rgb(13,164,220); }
div.DivClassName
{
background-color: #0DA4DC;
}
.BgClassName
{
background-color: #0DA4DC;
}
</style>
border-color css
<style>
span { border-color: #0DA4DC; }
span { border-color: rgb(13,164,220); }
td.TdClassName
{
border-color: #0DA4DC;
}
.TagClassName
{
border-color: #0DA4DC;
}
</style>