Shades of Dodger Blue #017CF9
Tints of Dodger Blue #017CF9
RGB
CMYK
RGB Variations
Color information
#017CF9 (or 0x017CF9) is known color: Dodger Blue. HEX triplet: 01, 7C and F9. RGB value is (1,124,249). Sum of RGB (Red+Green+Blue) = 1+124+249=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #017CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CF9 is #FE8306. Grayscale: #646464. Windows color (decimal): -16679687 or 16350209. OLE color: 16350209.
HSL color Cylindrical-coordinate representation of color #017CF9: 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 #017CF9 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 124 | 249 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.02 |
| HSL | 210.24º | 0.99% | 0.49% | - |
| HSV(B) | 210.24º | 1% | 0.98% | - |
| XYZ | 24.32 | 21.26 | 92.44 | - |
| YUV | 101.47 | 211.25 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 249 | 1.00 | 0.50 | 0 | 0.02 | 210.24 | 0.99 | 0.49 |
| Hex | 1 | 7C | F9 | 64 | 32 | 0 | 2 | D2 | 63 | 31 |
| Octal | 1 | 174 | 371 | 144 | 62 | 0 | 2 | 322 | 143 | 61 |
| Binary | 1 | 1111100 | 11111001 | 1100100 | 110010 | 0 | 10 | 11010010 | 1100011 | 110001 |
Color Harmonies of #017CF9
Complementary color
Monochromatic Colors of #017CF9
Black with #017CF9
Text Example
Text Example
White with #017CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CF9; }
p { color: rgb(1,124,249); }
H1.HeaderClassName
{
color: #017CF9;
}
.AnyTagClassName
{
color: #017CF9;
}
</style>
background-color css
<style>
a { background-color: #017CF9; }
a { background-color: rgb(1,124,249); }
div.DivClassName
{
background-color: #017CF9;
}
.BgClassName
{
background-color: #017CF9;
}
</style>
border-color css
<style>
span { border-color: #017CF9; }
span { border-color: rgb(1,124,249); }
td.TdClassName
{
border-color: #017CF9;
}
.TagClassName
{
border-color: #017CF9;
}
</style>