Shades of Dodger Blue #3696EC
Tints of Dodger Blue #3696EC
RGB
CMYK
RGB Variations
Color information
#3696EC (or 0x3696EC) is known color: Dodger Blue. HEX triplet: 36, 96 and EC. RGB value is (54,150,236). Sum of RGB (Red+Green+Blue) = 54+150+236=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #3696EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3696EC is #C96913. Grayscale: #828282. Windows color (decimal): -13199636 or 15504950. OLE color: 15504950.
HSL color Cylindrical-coordinate representation of color #3696EC: hue angle of 208.35º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3696EC is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 150 | 236 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.07 |
| HSL | 208.35º | 0.83% | 0.57% | - |
| HSV(B) | 208.35º | 0.77% | 0.93% | - |
| XYZ | 27.57 | 28.65 | 83.43 | - |
| YUV | 131.1 | 187.2 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 236 | 0.77 | 0.36 | 0 | 0.07 | 208.35 | 0.83 | 0.57 |
| Hex | 36 | 96 | EC | 4D | 24 | 0 | 7 | D0 | 53 | 39 |
| Octal | 66 | 226 | 354 | 115 | 44 | 0 | 7 | 320 | 123 | 71 |
| Binary | 110110 | 10010110 | 11101100 | 1001101 | 100100 | 0 | 111 | 11010000 | 1010011 | 111001 |
Color Harmonies of #3696EC
Complementary color
Monochromatic Colors of #3696EC
Black with #3696EC
Text Example
Text Example
White with #3696EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696EC; }
p { color: rgb(54,150,236); }
H1.HeaderClassName
{
color: #3696EC;
}
.AnyTagClassName
{
color: #3696EC;
}
</style>
background-color css
<style>
a { background-color: #3696EC; }
a { background-color: rgb(54,150,236); }
div.DivClassName
{
background-color: #3696EC;
}
.BgClassName
{
background-color: #3696EC;
}
</style>
border-color css
<style>
span { border-color: #3696EC; }
span { border-color: rgb(54,150,236); }
td.TdClassName
{
border-color: #3696EC;
}
.TagClassName
{
border-color: #3696EC;
}
</style>