Shades of Dodger Blue #3384EF
Tints of Dodger Blue #3384EF
RGB
CMYK
RGB Variations
Color information
#3384EF (or 0x3384EF) is known color: Dodger Blue. HEX triplet: 33, 84 and EF. RGB value is (51,132,239). Sum of RGB (Red+Green+Blue) = 51+132+239=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #3384EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3384EF is #CC7B10. Grayscale: #777777. Windows color (decimal): -13400849 or 15696947. OLE color: 15696947.
HSL color Cylindrical-coordinate representation of color #3384EF: hue angle of 214.15º 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 #3384EF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 132 | 239 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.06 |
| HSL | 214.15º | 0.85% | 0.57% | - |
| HSV(B) | 214.15º | 0.79% | 0.94% | - |
| XYZ | 25.2 | 23.44 | 84.86 | - |
| YUV | 119.98 | 195.16 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 239 | 0.79 | 0.45 | 0 | 0.06 | 214.15 | 0.85 | 0.57 |
| Hex | 33 | 84 | EF | 4F | 2D | 0 | 6 | D6 | 55 | 39 |
| Octal | 63 | 204 | 357 | 117 | 55 | 0 | 6 | 326 | 125 | 71 |
| Binary | 110011 | 10000100 | 11101111 | 1001111 | 101101 | 0 | 110 | 11010110 | 1010101 | 111001 |
Color Harmonies of #3384EF
Complementary color
Monochromatic Colors of #3384EF
Black with #3384EF
Text Example
Text Example
White with #3384EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3384EF; }
p { color: rgb(51,132,239); }
H1.HeaderClassName
{
color: #3384EF;
}
.AnyTagClassName
{
color: #3384EF;
}
</style>
background-color css
<style>
a { background-color: #3384EF; }
a { background-color: rgb(51,132,239); }
div.DivClassName
{
background-color: #3384EF;
}
.BgClassName
{
background-color: #3384EF;
}
</style>
border-color css
<style>
span { border-color: #3384EF; }
span { border-color: rgb(51,132,239); }
td.TdClassName
{
border-color: #3384EF;
}
.TagClassName
{
border-color: #3384EF;
}
</style>