Shades of Dodger Blue #116BFA
Tints of Dodger Blue #116BFA
RGB
CMYK
RGB Variations
Color information
#116BFA (or 0x116BFA) is known color: Dodger Blue. HEX triplet: 11, 6B and FA. RGB value is (17,107,250). Sum of RGB (Red+Green+Blue) = 17+107+250=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #116BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BFA is #EE9405. Grayscale: #5F5F5F. Windows color (decimal): -15635462 or 16411409. OLE color: 16411409.
HSL color Cylindrical-coordinate representation of color #116BFA: hue angle of 216.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116BFA is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 107 | 250 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.02 |
| HSL | 216.82º | 0.96% | 0.52% | - |
| HSV(B) | 216.82º | 0.93% | 0.98% | - |
| XYZ | 22.74 | 17.54 | 92.63 | - |
| YUV | 96.39 | 214.68 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 250 | 0.93 | 0.57 | 0 | 0.02 | 216.82 | 0.96 | 0.52 |
| Hex | 11 | 6B | FA | 5D | 39 | 0 | 2 | D9 | 60 | 34 |
| Octal | 21 | 153 | 372 | 135 | 71 | 0 | 2 | 331 | 140 | 64 |
| Binary | 10001 | 1101011 | 11111010 | 1011101 | 111001 | 0 | 10 | 11011001 | 1100000 | 110100 |
Color Harmonies of #116BFA
Complementary color
Monochromatic Colors of #116BFA
Black with #116BFA
Text Example
Text Example
White with #116BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BFA; }
p { color: rgb(17,107,250); }
H1.HeaderClassName
{
color: #116BFA;
}
.AnyTagClassName
{
color: #116BFA;
}
</style>
background-color css
<style>
a { background-color: #116BFA; }
a { background-color: rgb(17,107,250); }
div.DivClassName
{
background-color: #116BFA;
}
.BgClassName
{
background-color: #116BFA;
}
</style>
border-color css
<style>
span { border-color: #116BFA; }
span { border-color: rgb(17,107,250); }
td.TdClassName
{
border-color: #116BFA;
}
.TagClassName
{
border-color: #116BFA;
}
</style>