Shades of Dodger Blue #117DF2
Tints of Dodger Blue #117DF2
RGB
CMYK
RGB Variations
Color information
#117DF2 (or 0x117DF2) is known color: Dodger Blue. HEX triplet: 11, 7D and F2. RGB value is (17,125,242). Sum of RGB (Red+Green+Blue) = 17+125+242=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #117DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DF2 is #EE820D. Grayscale: #696969. Windows color (decimal): -15630862 or 15891729. OLE color: 15891729.
HSL color Cylindrical-coordinate representation of color #117DF2: hue angle of 211.2º 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 #117DF2 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 125 | 242 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.05 |
| HSL | 211.2º | 0.9% | 0.51% | - |
| HSV(B) | 211.2º | 0.93% | 0.95% | - |
| XYZ | 23.59 | 21.2 | 86.85 | - |
| YUV | 106.05 | 204.72 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 242 | 0.93 | 0.48 | 0 | 0.05 | 211.2 | 0.9 | 0.51 |
| Hex | 11 | 7D | F2 | 5D | 30 | 0 | 5 | D3 | 5A | 33 |
| Octal | 21 | 175 | 362 | 135 | 60 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10001 | 1111101 | 11110010 | 1011101 | 110000 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #117DF2
Complementary color
Monochromatic Colors of #117DF2
Black with #117DF2
Text Example
Text Example
White with #117DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DF2; }
p { color: rgb(17,125,242); }
H1.HeaderClassName
{
color: #117DF2;
}
.AnyTagClassName
{
color: #117DF2;
}
</style>
background-color css
<style>
a { background-color: #117DF2; }
a { background-color: rgb(17,125,242); }
div.DivClassName
{
background-color: #117DF2;
}
.BgClassName
{
background-color: #117DF2;
}
</style>
border-color css
<style>
span { border-color: #117DF2; }
span { border-color: rgb(17,125,242); }
td.TdClassName
{
border-color: #117DF2;
}
.TagClassName
{
border-color: #117DF2;
}
</style>