Shades of Dodger Blue #007DFB
Tints of Dodger Blue #007DFB
RGB
CMYK
RGB Variations
Color information
#007DFB (or 0x007DFB) is known color: Dodger Blue. HEX triplet: 00, 7D and FB. RGB value is (0,125,251). Sum of RGB (Red+Green+Blue) = 0+125+251=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #007DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007DFB is #FF8204. Grayscale: #656565. Windows color (decimal): -16744965 or 16481536. OLE color: 16481536.
HSL color Cylindrical-coordinate representation of color #007DFB: hue angle of 210.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DFB is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 125 | 251 | - |
| CMYK | 1 | 0.50 | 0 | 0.02 |
| HSL | 210.12º | 1% | 0.49% | - |
| HSV(B) | 210.12º | 1% | 0.98% | - |
| XYZ | 24.75 | 21.63 | 94.14 | - |
| YUV | 101.99 | 212.09 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 251 | 1 | 0.50 | 0 | 0.02 | 210.12 | 1 | 0.49 |
| Hex | 0 | 7D | FB | 64 | 32 | 0 | 2 | D2 | 64 | 31 |
| Octal | 0 | 175 | 373 | 144 | 62 | 0 | 2 | 322 | 144 | 61 |
| Binary | 0 | 1111101 | 11111011 | 1100100 | 110010 | 0 | 10 | 11010010 | 1100100 | 110001 |
Color Harmonies of #007DFB
Complementary color
Monochromatic Colors of #007DFB
Black with #007DFB
Text Example
Text Example
White with #007DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DFB; }
p { color: rgb(0,125,251); }
H1.HeaderClassName
{
color: #007DFB;
}
.AnyTagClassName
{
color: #007DFB;
}
</style>
background-color css
<style>
a { background-color: #007DFB; }
a { background-color: rgb(0,125,251); }
div.DivClassName
{
background-color: #007DFB;
}
.BgClassName
{
background-color: #007DFB;
}
</style>
border-color css
<style>
span { border-color: #007DFB; }
span { border-color: rgb(0,125,251); }
td.TdClassName
{
border-color: #007DFB;
}
.TagClassName
{
border-color: #007DFB;
}
</style>