Shades of Dodger Blue #017EFF
Tints of Dodger Blue #017EFF
RGB
CMYK
RGB Variations
Color information
#017EFF (or 0x017EFF) is known color: Dodger Blue. HEX triplet: 01, 7E and FF. RGB value is (1,126,255). Sum of RGB (Red+Green+Blue) = 1+126+255=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #017EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EFF is #FE8100. Grayscale: #666666. Windows color (decimal): -16679169 or 16743937. OLE color: 16743937.
HSL color Cylindrical-coordinate representation of color #017EFF: hue angle of 210.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EFF is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 126 | 255 | - |
| CMYK | 1.00 | 0.51 | 0 | 0 |
| HSL | 210.47º | 1% | 0.5% | - |
| HSV(B) | 210.47º | 1% | 1% | - |
| XYZ | 25.52 | 22.15 | 97.54 | - |
| YUV | 103.33 | 213.59 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 255 | 1.00 | 0.51 | 0 | 0 | 210.47 | 1 | 0.5 |
| Hex | 1 | 7E | FF | 64 | 33 | 0 | 0 | D2 | 64 | 32 |
| Octal | 1 | 176 | 377 | 144 | 63 | 0 | 0 | 322 | 144 | 62 |
| Binary | 1 | 1111110 | 11111111 | 1100100 | 110011 | 0 | 0 | 11010010 | 1100100 | 110010 |
Color Harmonies of #017EFF
Complementary color
Monochromatic Colors of #017EFF
Black with #017EFF
Text Example
Text Example
White with #017EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EFF; }
p { color: rgb(1,126,255); }
H1.HeaderClassName
{
color: #017EFF;
}
.AnyTagClassName
{
color: #017EFF;
}
</style>
background-color css
<style>
a { background-color: #017EFF; }
a { background-color: rgb(1,126,255); }
div.DivClassName
{
background-color: #017EFF;
}
.BgClassName
{
background-color: #017EFF;
}
</style>
border-color css
<style>
span { border-color: #017EFF; }
span { border-color: rgb(1,126,255); }
td.TdClassName
{
border-color: #017EFF;
}
.TagClassName
{
border-color: #017EFF;
}
</style>