Shades of Dodger Blue #0D7CF7
Tints of Dodger Blue #0D7CF7
RGB
CMYK
RGB Variations
Color information
#0D7CF7 (or 0x0D7CF7) is known color: Dodger Blue. HEX triplet: 0D, 7C and F7. RGB value is (13,124,247). Sum of RGB (Red+Green+Blue) = 13+124+247=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 247 (96.88% from 255 or 64.32% from 384); Max value from RGB is 247 - color contains mainly: blue. Hex color #0D7CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7CF7 is #F28308. Grayscale: #686868. Windows color (decimal): -15893257 or 16219149. OLE color: 16219149.
HSL color Cylindrical-coordinate representation of color #0D7CF7: hue angle of 211.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D7CF7 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 124 | 247 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.03 |
| HSL | 211.54º | 0.94% | 0.51% | - |
| HSV(B) | 211.54º | 0.95% | 0.97% | - |
| XYZ | 24.16 | 21.22 | 90.82 | - |
| YUV | 104.83 | 208.23 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 247 | 0.95 | 0.50 | 0 | 0.03 | 211.54 | 0.94 | 0.51 |
| Hex | D | 7C | F7 | 5F | 32 | 0 | 3 | D4 | 5E | 33 |
| Octal | 15 | 174 | 367 | 137 | 62 | 0 | 3 | 324 | 136 | 63 |
| Binary | 1101 | 1111100 | 11110111 | 1011111 | 110010 | 0 | 11 | 11010100 | 1011110 | 110011 |
Color Harmonies of #0D7CF7
Complementary color
Monochromatic Colors of #0D7CF7
Black with #0D7CF7
Text Example
Text Example
White with #0D7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7CF7; }
p { color: rgb(13,124,247); }
H1.HeaderClassName
{
color: #0D7CF7;
}
.AnyTagClassName
{
color: #0D7CF7;
}
</style>
background-color css
<style>
a { background-color: #0D7CF7; }
a { background-color: rgb(13,124,247); }
div.DivClassName
{
background-color: #0D7CF7;
}
.BgClassName
{
background-color: #0D7CF7;
}
</style>
border-color css
<style>
span { border-color: #0D7CF7; }
span { border-color: rgb(13,124,247); }
td.TdClassName
{
border-color: #0D7CF7;
}
.TagClassName
{
border-color: #0D7CF7;
}
</style>