Shades of Dodger Blue #0D85DF
Tints of Dodger Blue #0D85DF
RGB
CMYK
RGB Variations
Color information
#0D85DF (or 0x0D85DF) is known color: Dodger Blue. HEX triplet: 0D, 85 and DF. RGB value is (13,133,223). Sum of RGB (Red+Green+Blue) = 13+133+223=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D85DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D85DF is #F27A20. Grayscale: #6A6A6A. Windows color (decimal): -15890977 or 14648589. OLE color: 14648589.
HSL color Cylindrical-coordinate representation of color #0D85DF: hue angle of 205.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 #0D85DF is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 133 | 223 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.13 |
| HSL | 205.71º | 0.89% | 0.46% | - |
| HSV(B) | 205.71º | 0.94% | 0.87% | - |
| XYZ | 21.87 | 22.19 | 72.94 | - |
| YUV | 107.38 | 193.24 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 223 | 0.94 | 0.40 | 0 | 0.13 | 205.71 | 0.89 | 0.46 |
| Hex | D | 85 | DF | 5E | 28 | 0 | D | CE | 59 | 2E |
| Octal | 15 | 205 | 337 | 136 | 50 | 0 | 15 | 316 | 131 | 56 |
| Binary | 1101 | 10000101 | 11011111 | 1011110 | 101000 | 0 | 1101 | 11001110 | 1011001 | 101110 |
Color Harmonies of #0D85DF
Complementary color
Monochromatic Colors of #0D85DF
Black with #0D85DF
Text Example
Text Example
White with #0D85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D85DF; }
p { color: rgb(13,133,223); }
H1.HeaderClassName
{
color: #0D85DF;
}
.AnyTagClassName
{
color: #0D85DF;
}
</style>
background-color css
<style>
a { background-color: #0D85DF; }
a { background-color: rgb(13,133,223); }
div.DivClassName
{
background-color: #0D85DF;
}
.BgClassName
{
background-color: #0D85DF;
}
</style>
border-color css
<style>
span { border-color: #0D85DF; }
span { border-color: rgb(13,133,223); }
td.TdClassName
{
border-color: #0D85DF;
}
.TagClassName
{
border-color: #0D85DF;
}
</style>