Shades of Dodger Blue #3386EE
Tints of Dodger Blue #3386EE
RGB
CMYK
RGB Variations
Color information
#3386EE (or 0x3386EE) is known color: Dodger Blue. HEX triplet: 33, 86 and EE. RGB value is (51,134,238). Sum of RGB (Red+Green+Blue) = 51+134+238=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #3386EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3386EE is #CC7911. Grayscale: #787878. Windows color (decimal): -13400338 or 15631923. OLE color: 15631923.
HSL color Cylindrical-coordinate representation of color #3386EE: hue angle of 213.37º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3386EE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 134 | 238 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.07 |
| HSL | 213.37º | 0.85% | 0.57% | - |
| HSV(B) | 213.37º | 0.79% | 0.93% | - |
| XYZ | 25.32 | 23.93 | 84.17 | - |
| YUV | 121.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 238 | 0.79 | 0.44 | 0 | 0.07 | 213.37 | 0.85 | 0.57 |
| Hex | 33 | 86 | EE | 4F | 2C | 0 | 7 | D5 | 55 | 39 |
| Octal | 63 | 206 | 356 | 117 | 54 | 0 | 7 | 325 | 125 | 71 |
| Binary | 110011 | 10000110 | 11101110 | 1001111 | 101100 | 0 | 111 | 11010101 | 1010101 | 111001 |
Color Harmonies of #3386EE
Complementary color
Monochromatic Colors of #3386EE
Black with #3386EE
Text Example
Text Example
White with #3386EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3386EE; }
p { color: rgb(51,134,238); }
H1.HeaderClassName
{
color: #3386EE;
}
.AnyTagClassName
{
color: #3386EE;
}
</style>
background-color css
<style>
a { background-color: #3386EE; }
a { background-color: rgb(51,134,238); }
div.DivClassName
{
background-color: #3386EE;
}
.BgClassName
{
background-color: #3386EE;
}
</style>
border-color css
<style>
span { border-color: #3386EE; }
span { border-color: rgb(51,134,238); }
td.TdClassName
{
border-color: #3386EE;
}
.TagClassName
{
border-color: #3386EE;
}
</style>