Shades of Dodger Blue #017FF2
Tints of Dodger Blue #017FF2
RGB
CMYK
RGB Variations
Color information
#017FF2 (or 0x017FF2) is known color: Dodger Blue. HEX triplet: 01, 7F and F2. RGB value is (1,127,242). Sum of RGB (Red+Green+Blue) = 1+127+242=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #017FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017FF2 is #FE800D. Grayscale: #656565. Windows color (decimal): -16678926 or 15892225. OLE color: 15892225.
HSL color Cylindrical-coordinate representation of color #017FF2: hue angle of 208.63º 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 #017FF2 is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 127 | 242 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.05 |
| HSL | 208.63º | 0.99% | 0.48% | - |
| HSV(B) | 208.63º | 1% | 0.95% | - |
| XYZ | 23.63 | 21.6 | 86.93 | - |
| YUV | 102.44 | 206.76 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 242 | 1.00 | 0.48 | 0 | 0.05 | 208.63 | 0.99 | 0.48 |
| Hex | 1 | 7F | F2 | 64 | 30 | 0 | 5 | D1 | 63 | 30 |
| Octal | 1 | 177 | 362 | 144 | 60 | 0 | 5 | 321 | 143 | 60 |
| Binary | 1 | 1111111 | 11110010 | 1100100 | 110000 | 0 | 101 | 11010001 | 1100011 | 110000 |
Color Harmonies of #017FF2
Complementary color
Monochromatic Colors of #017FF2
Black with #017FF2
Text Example
Text Example
White with #017FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FF2; }
p { color: rgb(1,127,242); }
H1.HeaderClassName
{
color: #017FF2;
}
.AnyTagClassName
{
color: #017FF2;
}
</style>
background-color css
<style>
a { background-color: #017FF2; }
a { background-color: rgb(1,127,242); }
div.DivClassName
{
background-color: #017FF2;
}
.BgClassName
{
background-color: #017FF2;
}
</style>
border-color css
<style>
span { border-color: #017FF2; }
span { border-color: rgb(1,127,242); }
td.TdClassName
{
border-color: #017FF2;
}
.TagClassName
{
border-color: #017FF2;
}
</style>