Shades of Dodger Blue #0D8CDF
Tints of Dodger Blue #0D8CDF
RGB
CMYK
RGB Variations
Color information
#0D8CDF (or 0x0D8CDF) is known color: Dodger Blue. HEX triplet: 0D, 8C and DF. RGB value is (13,140,223). Sum of RGB (Red+Green+Blue) = 13+140+223=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D8CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CDF is #F27320. Grayscale: #6F6F6F. Windows color (decimal): -15889185 or 14650381. OLE color: 14650381.
HSL color Cylindrical-coordinate representation of color #0D8CDF: hue angle of 203.71º 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 #0D8CDF is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 140 | 223 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.13 |
| HSL | 203.71º | 0.89% | 0.46% | - |
| HSV(B) | 203.71º | 0.94% | 0.87% | - |
| XYZ | 22.86 | 24.17 | 73.27 | - |
| YUV | 111.49 | 190.92 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 223 | 0.94 | 0.37 | 0 | 0.13 | 203.71 | 0.89 | 0.46 |
| Hex | D | 8C | DF | 5E | 25 | 0 | D | CC | 59 | 2E |
| Octal | 15 | 214 | 337 | 136 | 45 | 0 | 15 | 314 | 131 | 56 |
| Binary | 1101 | 10001100 | 11011111 | 1011110 | 100101 | 0 | 1101 | 11001100 | 1011001 | 101110 |
Color Harmonies of #0D8CDF
Complementary color
Monochromatic Colors of #0D8CDF
Black with #0D8CDF
Text Example
Text Example
White with #0D8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CDF; }
p { color: rgb(13,140,223); }
H1.HeaderClassName
{
color: #0D8CDF;
}
.AnyTagClassName
{
color: #0D8CDF;
}
</style>
background-color css
<style>
a { background-color: #0D8CDF; }
a { background-color: rgb(13,140,223); }
div.DivClassName
{
background-color: #0D8CDF;
}
.BgClassName
{
background-color: #0D8CDF;
}
</style>
border-color css
<style>
span { border-color: #0D8CDF; }
span { border-color: rgb(13,140,223); }
td.TdClassName
{
border-color: #0D8CDF;
}
.TagClassName
{
border-color: #0D8CDF;
}
</style>