Shades of Dodger Blue #117FF2
Tints of Dodger Blue #117FF2
RGB
CMYK
RGB Variations
Color information
#117FF2 (or 0x117FF2) is known color: Dodger Blue. HEX triplet: 11, 7F and F2. RGB value is (17,127,242). Sum of RGB (Red+Green+Blue) = 17+127+242=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #117FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FF2 is #EE800D. Grayscale: #6A6A6A. Windows color (decimal): -15630350 or 15892241. OLE color: 15892241.
HSL color Cylindrical-coordinate representation of color #117FF2: hue angle of 210.67º 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 #117FF2 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 127 | 242 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.05 |
| HSL | 210.67º | 0.9% | 0.51% | - |
| HSV(B) | 210.67º | 0.93% | 0.95% | - |
| XYZ | 23.85 | 21.71 | 86.94 | - |
| YUV | 107.22 | 204.06 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 242 | 0.93 | 0.48 | 0 | 0.05 | 210.67 | 0.9 | 0.51 |
| Hex | 11 | 7F | F2 | 5D | 30 | 0 | 5 | D3 | 5A | 33 |
| Octal | 21 | 177 | 362 | 135 | 60 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10001 | 1111111 | 11110010 | 1011101 | 110000 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #117FF2
Complementary color
Monochromatic Colors of #117FF2
Black with #117FF2
Text Example
Text Example
White with #117FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FF2; }
p { color: rgb(17,127,242); }
H1.HeaderClassName
{
color: #117FF2;
}
.AnyTagClassName
{
color: #117FF2;
}
</style>
background-color css
<style>
a { background-color: #117FF2; }
a { background-color: rgb(17,127,242); }
div.DivClassName
{
background-color: #117FF2;
}
.BgClassName
{
background-color: #117FF2;
}
</style>
border-color css
<style>
span { border-color: #117FF2; }
span { border-color: rgb(17,127,242); }
td.TdClassName
{
border-color: #117FF2;
}
.TagClassName
{
border-color: #117FF2;
}
</style>