Shades of Dodger Blue #3385EF
Tints of Dodger Blue #3385EF
RGB
CMYK
RGB Variations
Color information
#3385EF (or 0x3385EF) is known color: Dodger Blue. HEX triplet: 33, 85 and EF. RGB value is (51,133,239). Sum of RGB (Red+Green+Blue) = 51+133+239=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #3385EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3385EF is #CC7A10. Grayscale: #787878. Windows color (decimal): -13400593 or 15697203. OLE color: 15697203.
HSL color Cylindrical-coordinate representation of color #3385EF: hue angle of 213.83º 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 #3385EF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 133 | 239 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.06 |
| HSL | 213.83º | 0.85% | 0.57% | - |
| HSV(B) | 213.83º | 0.79% | 0.94% | - |
| XYZ | 25.33 | 23.71 | 84.9 | - |
| YUV | 120.57 | 194.83 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 239 | 0.79 | 0.44 | 0 | 0.06 | 213.83 | 0.85 | 0.57 |
| Hex | 33 | 85 | EF | 4F | 2C | 0 | 6 | D6 | 55 | 39 |
| Octal | 63 | 205 | 357 | 117 | 54 | 0 | 6 | 326 | 125 | 71 |
| Binary | 110011 | 10000101 | 11101111 | 1001111 | 101100 | 0 | 110 | 11010110 | 1010101 | 111001 |
Color Harmonies of #3385EF
Complementary color
Monochromatic Colors of #3385EF
Black with #3385EF
Text Example
Text Example
White with #3385EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3385EF; }
p { color: rgb(51,133,239); }
H1.HeaderClassName
{
color: #3385EF;
}
.AnyTagClassName
{
color: #3385EF;
}
</style>
background-color css
<style>
a { background-color: #3385EF; }
a { background-color: rgb(51,133,239); }
div.DivClassName
{
background-color: #3385EF;
}
.BgClassName
{
background-color: #3385EF;
}
</style>
border-color css
<style>
span { border-color: #3385EF; }
span { border-color: rgb(51,133,239); }
td.TdClassName
{
border-color: #3385EF;
}
.TagClassName
{
border-color: #3385EF;
}
</style>