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