Shades of Dodger Blue #0D7DFB
Tints of Dodger Blue #0D7DFB
RGB
CMYK
RGB Variations
Color information
#0D7DFB (or 0x0D7DFB) is known color: Dodger Blue. HEX triplet: 0D, 7D and FB. RGB value is (13,125,251). Sum of RGB (Red+Green+Blue) = 13+125+251=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D7DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7DFB is #F28204. Grayscale: #696969. Windows color (decimal): -15892997 or 16481549. OLE color: 16481549.
HSL color Cylindrical-coordinate representation of color #0D7DFB: hue angle of 211.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D7DFB is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 125 | 251 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.02 |
| HSL | 211.76º | 0.97% | 0.52% | - |
| HSV(B) | 211.76º | 0.95% | 0.98% | - |
| XYZ | 24.91 | 21.72 | 94.15 | - |
| YUV | 105.88 | 209.89 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 125 | 251 | 0.95 | 0.50 | 0 | 0.02 | 211.76 | 0.97 | 0.52 |
| Hex | D | 7D | FB | 5F | 32 | 0 | 2 | D4 | 61 | 34 |
| Octal | 15 | 175 | 373 | 137 | 62 | 0 | 2 | 324 | 141 | 64 |
| Binary | 1101 | 1111101 | 11111011 | 1011111 | 110010 | 0 | 10 | 11010100 | 1100001 | 110100 |
Color Harmonies of #0D7DFB
Complementary color
Monochromatic Colors of #0D7DFB
Black with #0D7DFB
Text Example
Text Example
White with #0D7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7DFB; }
p { color: rgb(13,125,251); }
H1.HeaderClassName
{
color: #0D7DFB;
}
.AnyTagClassName
{
color: #0D7DFB;
}
</style>
background-color css
<style>
a { background-color: #0D7DFB; }
a { background-color: rgb(13,125,251); }
div.DivClassName
{
background-color: #0D7DFB;
}
.BgClassName
{
background-color: #0D7DFB;
}
</style>
border-color css
<style>
span { border-color: #0D7DFB; }
span { border-color: rgb(13,125,251); }
td.TdClassName
{
border-color: #0D7DFB;
}
.TagClassName
{
border-color: #0D7DFB;
}
</style>