Shades of Dodger Blue #3484EC
Tints of Dodger Blue #3484EC
RGB
CMYK
RGB Variations
Color information
#3484EC (or 0x3484EC) is known color: Dodger Blue. HEX triplet: 34, 84 and EC. RGB value is (52,132,236). Sum of RGB (Red+Green+Blue) = 52+132+236=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #3484EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3484EC is #CB7B13. Grayscale: #777777. Windows color (decimal): -13335316 or 15500340. OLE color: 15500340.
HSL color Cylindrical-coordinate representation of color #3484EC: hue angle of 213.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3484EC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 132 | 236 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.07 |
| HSL | 213.91º | 0.83% | 0.56% | - |
| HSV(B) | 213.91º | 0.78% | 0.93% | - |
| XYZ | 24.81 | 23.29 | 82.54 | - |
| YUV | 119.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 236 | 0.78 | 0.44 | 0 | 0.07 | 213.91 | 0.83 | 0.56 |
| Hex | 34 | 84 | EC | 4E | 2C | 0 | 7 | D6 | 53 | 38 |
| Octal | 64 | 204 | 354 | 116 | 54 | 0 | 7 | 326 | 123 | 70 |
| Binary | 110100 | 10000100 | 11101100 | 1001110 | 101100 | 0 | 111 | 11010110 | 1010011 | 111000 |
Color Harmonies of #3484EC
Complementary color
Monochromatic Colors of #3484EC
Black with #3484EC
Text Example
Text Example
White with #3484EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3484EC; }
p { color: rgb(52,132,236); }
H1.HeaderClassName
{
color: #3484EC;
}
.AnyTagClassName
{
color: #3484EC;
}
</style>
background-color css
<style>
a { background-color: #3484EC; }
a { background-color: rgb(52,132,236); }
div.DivClassName
{
background-color: #3484EC;
}
.BgClassName
{
background-color: #3484EC;
}
</style>
border-color css
<style>
span { border-color: #3484EC; }
span { border-color: rgb(52,132,236); }
td.TdClassName
{
border-color: #3484EC;
}
.TagClassName
{
border-color: #3484EC;
}
</style>