Shades of Dodger Blue #0D6DFD
Tints of Dodger Blue #0D6DFD
RGB
CMYK
RGB Variations
Color information
#0D6DFD (or 0x0D6DFD) is known color: Dodger Blue. HEX triplet: 0D, 6D and FD. RGB value is (13,109,253). Sum of RGB (Red+Green+Blue) = 13+109+253=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D6DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6DFD is #F29202. Grayscale: #606060. Windows color (decimal): -15897091 or 16608525. OLE color: 16608525.
HSL color Cylindrical-coordinate representation of color #0D6DFD: hue angle of 216º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6DFD is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 109 | 253 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.01 |
| HSL | 216º | 0.98% | 0.52% | - |
| HSV(B) | 216º | 0.95% | 0.99% | - |
| XYZ | 23.36 | 18.11 | 95.19 | - |
| YUV | 96.71 | 216.2 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 253 | 0.95 | 0.57 | 0 | 0.01 | 216 | 0.98 | 0.52 |
| Hex | D | 6D | FD | 5F | 39 | 0 | 1 | D8 | 62 | 34 |
| Octal | 15 | 155 | 375 | 137 | 71 | 0 | 1 | 330 | 142 | 64 |
| Binary | 1101 | 1101101 | 11111101 | 1011111 | 111001 | 0 | 1 | 11011000 | 1100010 | 110100 |
Color Harmonies of #0D6DFD
Complementary color
Monochromatic Colors of #0D6DFD
Black with #0D6DFD
Text Example
Text Example
White with #0D6DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6DFD; }
p { color: rgb(13,109,253); }
H1.HeaderClassName
{
color: #0D6DFD;
}
.AnyTagClassName
{
color: #0D6DFD;
}
</style>
background-color css
<style>
a { background-color: #0D6DFD; }
a { background-color: rgb(13,109,253); }
div.DivClassName
{
background-color: #0D6DFD;
}
.BgClassName
{
background-color: #0D6DFD;
}
</style>
border-color css
<style>
span { border-color: #0D6DFD; }
span { border-color: rgb(13,109,253); }
td.TdClassName
{
border-color: #0D6DFD;
}
.TagClassName
{
border-color: #0D6DFD;
}
</style>