Shades of Dodger Blue #017EF2
Tints of Dodger Blue #017EF2
RGB
CMYK
RGB Variations
Color information
#017EF2 (or 0x017EF2) is known color: Dodger Blue. HEX triplet: 01, 7E and F2. RGB value is (1,126,242). Sum of RGB (Red+Green+Blue) = 1+126+242=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #017EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EF2 is #FE810D. Grayscale: #656565. Windows color (decimal): -16679182 or 15891969. OLE color: 15891969.
HSL color Cylindrical-coordinate representation of color #017EF2: hue angle of 208.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EF2 is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 126 | 242 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.05 |
| HSL | 208.88º | 0.99% | 0.48% | - |
| HSV(B) | 208.88º | 1% | 0.95% | - |
| XYZ | 23.5 | 21.34 | 86.88 | - |
| YUV | 101.85 | 207.09 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 242 | 1.00 | 0.48 | 0 | 0.05 | 208.88 | 0.99 | 0.48 |
| Hex | 1 | 7E | F2 | 64 | 30 | 0 | 5 | D1 | 63 | 30 |
| Octal | 1 | 176 | 362 | 144 | 60 | 0 | 5 | 321 | 143 | 60 |
| Binary | 1 | 1111110 | 11110010 | 1100100 | 110000 | 0 | 101 | 11010001 | 1100011 | 110000 |
Color Harmonies of #017EF2
Complementary color
Monochromatic Colors of #017EF2
Black with #017EF2
Text Example
Text Example
White with #017EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EF2; }
p { color: rgb(1,126,242); }
H1.HeaderClassName
{
color: #017EF2;
}
.AnyTagClassName
{
color: #017EF2;
}
</style>
background-color css
<style>
a { background-color: #017EF2; }
a { background-color: rgb(1,126,242); }
div.DivClassName
{
background-color: #017EF2;
}
.BgClassName
{
background-color: #017EF2;
}
</style>
border-color css
<style>
span { border-color: #017EF2; }
span { border-color: rgb(1,126,242); }
td.TdClassName
{
border-color: #017EF2;
}
.TagClassName
{
border-color: #017EF2;
}
</style>