Shades of Dodger Blue #117EF3
Tints of Dodger Blue #117EF3
RGB
CMYK
RGB Variations
Color information
#117EF3 (or 0x117EF3) is known color: Dodger Blue. HEX triplet: 11, 7E and F3. RGB value is (17,126,243). Sum of RGB (Red+Green+Blue) = 17+126+243=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #117EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EF3 is #EE810C. Grayscale: #6A6A6A. Windows color (decimal): -15630605 or 15957521. OLE color: 15957521.
HSL color Cylindrical-coordinate representation of color #117EF3: hue angle of 211.06º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EF3 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 126 | 243 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.05 |
| HSL | 211.06º | 0.9% | 0.51% | - |
| HSV(B) | 211.06º | 0.93% | 0.95% | - |
| XYZ | 23.87 | 21.51 | 87.69 | - |
| YUV | 106.75 | 204.89 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 243 | 0.93 | 0.48 | 0 | 0.05 | 211.06 | 0.9 | 0.51 |
| Hex | 11 | 7E | F3 | 5D | 30 | 0 | 5 | D3 | 5A | 33 |
| Octal | 21 | 176 | 363 | 135 | 60 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10001 | 1111110 | 11110011 | 1011101 | 110000 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #117EF3
Complementary color
Monochromatic Colors of #117EF3
Black with #117EF3
Text Example
Text Example
White with #117EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EF3; }
p { color: rgb(17,126,243); }
H1.HeaderClassName
{
color: #117EF3;
}
.AnyTagClassName
{
color: #117EF3;
}
</style>
background-color css
<style>
a { background-color: #117EF3; }
a { background-color: rgb(17,126,243); }
div.DivClassName
{
background-color: #117EF3;
}
.BgClassName
{
background-color: #117EF3;
}
</style>
border-color css
<style>
span { border-color: #117EF3; }
span { border-color: rgb(17,126,243); }
td.TdClassName
{
border-color: #117EF3;
}
.TagClassName
{
border-color: #117EF3;
}
</style>