Shades of Dodger Blue #117CF2
Tints of Dodger Blue #117CF2
RGB
CMYK
RGB Variations
Color information
#117CF2 (or 0x117CF2) is known color: Dodger Blue. HEX triplet: 11, 7C and F2. RGB value is (17,124,242). Sum of RGB (Red+Green+Blue) = 17+124+242=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #117CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CF2 is #EE830D. Grayscale: #686868. Windows color (decimal): -15631118 or 15891473. OLE color: 15891473.
HSL color Cylindrical-coordinate representation of color #117CF2: hue angle of 211.47º 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 #117CF2 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 124 | 242 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 211.47º | 0.9% | 0.51% | - |
| HSV(B) | 211.47º | 0.93% | 0.95% | - |
| XYZ | 23.47 | 20.95 | 86.81 | - |
| YUV | 105.46 | 205.05 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 242 | 0.93 | 0.49 | 0 | 0.05 | 211.47 | 0.9 | 0.51 |
| Hex | 11 | 7C | F2 | 5D | 31 | 0 | 5 | D3 | 5A | 33 |
| Octal | 21 | 174 | 362 | 135 | 61 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10001 | 1111100 | 11110010 | 1011101 | 110001 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #117CF2
Complementary color
Monochromatic Colors of #117CF2
Black with #117CF2
Text Example
Text Example
White with #117CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CF2; }
p { color: rgb(17,124,242); }
H1.HeaderClassName
{
color: #117CF2;
}
.AnyTagClassName
{
color: #117CF2;
}
</style>
background-color css
<style>
a { background-color: #117CF2; }
a { background-color: rgb(17,124,242); }
div.DivClassName
{
background-color: #117CF2;
}
.BgClassName
{
background-color: #117CF2;
}
</style>
border-color css
<style>
span { border-color: #117CF2; }
span { border-color: rgb(17,124,242); }
td.TdClassName
{
border-color: #117CF2;
}
.TagClassName
{
border-color: #117CF2;
}
</style>