Shades of Dodger Blue #117CFC
Tints of Dodger Blue #117CFC
RGB
CMYK
RGB Variations
Color information
#117CFC (or 0x117CFC) is known color: Dodger Blue. HEX triplet: 11, 7C and FC. RGB value is (17,124,252). Sum of RGB (Red+Green+Blue) = 17+124+252=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #117CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CFC is #EE8303. Grayscale: #696969. Windows color (decimal): -15631108 or 16546833. OLE color: 16546833.
HSL color Cylindrical-coordinate representation of color #117CFC: hue angle of 212.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CFC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 124 | 252 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.01 |
| HSL | 212.68º | 0.98% | 0.53% | - |
| HSV(B) | 212.68º | 0.93% | 0.99% | - |
| XYZ | 25.01 | 21.56 | 94.94 | - |
| YUV | 106.6 | 210.05 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 252 | 0.93 | 0.51 | 0 | 0.01 | 212.68 | 0.98 | 0.53 |
| Hex | 11 | 7C | FC | 5D | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 21 | 174 | 374 | 135 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10001 | 1111100 | 11111100 | 1011101 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #117CFC
Complementary color
Monochromatic Colors of #117CFC
Black with #117CFC
Text Example
Text Example
White with #117CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CFC; }
p { color: rgb(17,124,252); }
H1.HeaderClassName
{
color: #117CFC;
}
.AnyTagClassName
{
color: #117CFC;
}
</style>
background-color css
<style>
a { background-color: #117CFC; }
a { background-color: rgb(17,124,252); }
div.DivClassName
{
background-color: #117CFC;
}
.BgClassName
{
background-color: #117CFC;
}
</style>
border-color css
<style>
span { border-color: #117CFC; }
span { border-color: rgb(17,124,252); }
td.TdClassName
{
border-color: #117CFC;
}
.TagClassName
{
border-color: #117CFC;
}
</style>