Shades of Dodger Blue #117EFE
Tints of Dodger Blue #117EFE
RGB
CMYK
RGB Variations
Color information
#117EFE (or 0x117EFE) is known color: Dodger Blue. HEX triplet: 11, 7E and FE. RGB value is (17,126,254). Sum of RGB (Red+Green+Blue) = 17+126+254=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #117EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EFE is #EE8101. Grayscale: #6B6B6B. Windows color (decimal): -15630594 or 16678417. OLE color: 16678417.
HSL color Cylindrical-coordinate representation of color #117EFE: hue angle of 212.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EFE is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 126 | 254 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.00 |
| HSL | 212.41º | 0.99% | 0.53% | - |
| HSV(B) | 212.41º | 0.93% | 1% | - |
| XYZ | 25.58 | 22.2 | 96.7 | - |
| YUV | 108 | 210.39 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 254 | 0.93 | 0.50 | 0 | 0.00 | 212.41 | 0.99 | 0.53 |
| Hex | 11 | 7E | FE | 5D | 32 | 0 | 0 | D4 | 63 | 35 |
| Octal | 21 | 176 | 376 | 135 | 62 | 0 | 0 | 324 | 143 | 65 |
| Binary | 10001 | 1111110 | 11111110 | 1011101 | 110010 | 0 | 0 | 11010100 | 1100011 | 110101 |
Color Harmonies of #117EFE
Complementary color
Monochromatic Colors of #117EFE
Black with #117EFE
Text Example
Text Example
White with #117EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EFE; }
p { color: rgb(17,126,254); }
H1.HeaderClassName
{
color: #117EFE;
}
.AnyTagClassName
{
color: #117EFE;
}
</style>
background-color css
<style>
a { background-color: #117EFE; }
a { background-color: rgb(17,126,254); }
div.DivClassName
{
background-color: #117EFE;
}
.BgClassName
{
background-color: #117EFE;
}
</style>
border-color css
<style>
span { border-color: #117EFE; }
span { border-color: rgb(17,126,254); }
td.TdClassName
{
border-color: #117EFE;
}
.TagClassName
{
border-color: #117EFE;
}
</style>