Shades of Dodger Blue #3486EE
Tints of Dodger Blue #3486EE
RGB
CMYK
RGB Variations
Color information
#3486EE (or 0x3486EE) is known color: Dodger Blue. HEX triplet: 34, 86 and EE. RGB value is (52,134,238). Sum of RGB (Red+Green+Blue) = 52+134+238=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #3486EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3486EE is #CB7911. Grayscale: #787878. Windows color (decimal): -13334802 or 15631924. OLE color: 15631924.
HSL color Cylindrical-coordinate representation of color #3486EE: hue angle of 213.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3486EE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 134 | 238 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.07 |
| HSL | 213.55º | 0.85% | 0.57% | - |
| HSV(B) | 213.55º | 0.78% | 0.93% | - |
| XYZ | 25.37 | 23.95 | 84.18 | - |
| YUV | 121.34 | 193.83 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 238 | 0.78 | 0.44 | 0 | 0.07 | 213.55 | 0.85 | 0.57 |
| Hex | 34 | 86 | EE | 4E | 2C | 0 | 7 | D6 | 55 | 39 |
| Octal | 64 | 206 | 356 | 116 | 54 | 0 | 7 | 326 | 125 | 71 |
| Binary | 110100 | 10000110 | 11101110 | 1001110 | 101100 | 0 | 111 | 11010110 | 1010101 | 111001 |
Color Harmonies of #3486EE
Complementary color
Monochromatic Colors of #3486EE
Black with #3486EE
Text Example
Text Example
White with #3486EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3486EE; }
p { color: rgb(52,134,238); }
H1.HeaderClassName
{
color: #3486EE;
}
.AnyTagClassName
{
color: #3486EE;
}
</style>
background-color css
<style>
a { background-color: #3486EE; }
a { background-color: rgb(52,134,238); }
div.DivClassName
{
background-color: #3486EE;
}
.BgClassName
{
background-color: #3486EE;
}
</style>
border-color css
<style>
span { border-color: #3486EE; }
span { border-color: rgb(52,134,238); }
td.TdClassName
{
border-color: #3486EE;
}
.TagClassName
{
border-color: #3486EE;
}
</style>