Shades of Dodger Blue #3386EF
Tints of Dodger Blue #3386EF
RGB
CMYK
RGB Variations
Color information
#3386EF (or 0x3386EF) is known color: Dodger Blue. HEX triplet: 33, 86 and EF. RGB value is (51,134,239). Sum of RGB (Red+Green+Blue) = 51+134+239=424 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.03% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #3386EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3386EF is #CC7910. Grayscale: #787878. Windows color (decimal): -13400337 or 15697459. OLE color: 15697459.
HSL color Cylindrical-coordinate representation of color #3386EF: hue angle of 213.51º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3386EF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 134 | 239 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.06 |
| HSL | 213.51º | 0.85% | 0.57% | - |
| HSV(B) | 213.51º | 0.79% | 0.94% | - |
| XYZ | 25.47 | 23.99 | 84.95 | - |
| YUV | 121.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 239 | 0.79 | 0.44 | 0 | 0.06 | 213.51 | 0.85 | 0.57 |
| Hex | 33 | 86 | EF | 4F | 2C | 0 | 6 | D6 | 55 | 39 |
| Octal | 63 | 206 | 357 | 117 | 54 | 0 | 6 | 326 | 125 | 71 |
| Binary | 110011 | 10000110 | 11101111 | 1001111 | 101100 | 0 | 110 | 11010110 | 1010101 | 111001 |
Color Harmonies of #3386EF
Complementary color
Monochromatic Colors of #3386EF
Black with #3386EF
Text Example
Text Example
White with #3386EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3386EF; }
p { color: rgb(51,134,239); }
H1.HeaderClassName
{
color: #3386EF;
}
.AnyTagClassName
{
color: #3386EF;
}
</style>
background-color css
<style>
a { background-color: #3386EF; }
a { background-color: rgb(51,134,239); }
div.DivClassName
{
background-color: #3386EF;
}
.BgClassName
{
background-color: #3386EF;
}
</style>
border-color css
<style>
span { border-color: #3386EF; }
span { border-color: rgb(51,134,239); }
td.TdClassName
{
border-color: #3386EF;
}
.TagClassName
{
border-color: #3386EF;
}
</style>