Shades of Dodger Blue #3686EE
Tints of Dodger Blue #3686EE
RGB
CMYK
RGB Variations
Color information
#3686EE (or 0x3686EE) is known color: Dodger Blue. HEX triplet: 36, 86 and EE. RGB value is (54,134,238). Sum of RGB (Red+Green+Blue) = 54+134+238=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #3686EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3686EE is #C97911. Grayscale: #797979. Windows color (decimal): -13203730 or 15631926. OLE color: 15631926.
HSL color Cylindrical-coordinate representation of color #3686EE: hue angle of 213.91º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3686EE is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 134 | 238 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.07 |
| HSL | 213.91º | 0.84% | 0.57% | - |
| HSV(B) | 213.91º | 0.77% | 0.93% | - |
| XYZ | 25.48 | 24.01 | 84.18 | - |
| YUV | 121.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 238 | 0.77 | 0.44 | 0 | 0.07 | 213.91 | 0.84 | 0.57 |
| Hex | 36 | 86 | EE | 4D | 2C | 0 | 7 | D6 | 54 | 39 |
| Octal | 66 | 206 | 356 | 115 | 54 | 0 | 7 | 326 | 124 | 71 |
| Binary | 110110 | 10000110 | 11101110 | 1001101 | 101100 | 0 | 111 | 11010110 | 1010100 | 111001 |
Color Harmonies of #3686EE
Complementary color
Monochromatic Colors of #3686EE
Black with #3686EE
Text Example
Text Example
White with #3686EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3686EE; }
p { color: rgb(54,134,238); }
H1.HeaderClassName
{
color: #3686EE;
}
.AnyTagClassName
{
color: #3686EE;
}
</style>
background-color css
<style>
a { background-color: #3686EE; }
a { background-color: rgb(54,134,238); }
div.DivClassName
{
background-color: #3686EE;
}
.BgClassName
{
background-color: #3686EE;
}
</style>
border-color css
<style>
span { border-color: #3686EE; }
span { border-color: rgb(54,134,238); }
td.TdClassName
{
border-color: #3686EE;
}
.TagClassName
{
border-color: #3686EE;
}
</style>