Shades of Dodger Blue #017BF7
Tints of Dodger Blue #017BF7
RGB
CMYK
RGB Variations
Color information
#017BF7 (or 0x017BF7) is known color: Dodger Blue. HEX triplet: 01, 7B and F7. RGB value is (1,123,247). Sum of RGB (Red+Green+Blue) = 1+123+247=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #017BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017BF7 is #FE8408. Grayscale: #646464. Windows color (decimal): -16679945 or 16218881. OLE color: 16218881.
HSL color Cylindrical-coordinate representation of color #017BF7: hue angle of 210.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BF7 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 123 | 247 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.03 |
| HSL | 210.24º | 0.99% | 0.49% | - |
| HSV(B) | 210.24º | 1% | 0.97% | - |
| XYZ | 23.88 | 20.89 | 90.77 | - |
| YUV | 100.66 | 210.58 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 247 | 1.00 | 0.50 | 0 | 0.03 | 210.24 | 0.99 | 0.49 |
| Hex | 1 | 7B | F7 | 64 | 32 | 0 | 3 | D2 | 63 | 31 |
| Octal | 1 | 173 | 367 | 144 | 62 | 0 | 3 | 322 | 143 | 61 |
| Binary | 1 | 1111011 | 11110111 | 1100100 | 110010 | 0 | 11 | 11010010 | 1100011 | 110001 |
Color Harmonies of #017BF7
Complementary color
Monochromatic Colors of #017BF7
Black with #017BF7
Text Example
Text Example
White with #017BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BF7; }
p { color: rgb(1,123,247); }
H1.HeaderClassName
{
color: #017BF7;
}
.AnyTagClassName
{
color: #017BF7;
}
</style>
background-color css
<style>
a { background-color: #017BF7; }
a { background-color: rgb(1,123,247); }
div.DivClassName
{
background-color: #017BF7;
}
.BgClassName
{
background-color: #017BF7;
}
</style>
border-color css
<style>
span { border-color: #017BF7; }
span { border-color: rgb(1,123,247); }
td.TdClassName
{
border-color: #017BF7;
}
.TagClassName
{
border-color: #017BF7;
}
</style>