Shades of Dodger Blue #3785EC
Tints of Dodger Blue #3785EC
RGB
CMYK
RGB Variations
Color information
#3785EC (or 0x3785EC) is known color: Dodger Blue. HEX triplet: 37, 85 and EC. RGB value is (55,133,236). Sum of RGB (Red+Green+Blue) = 55+133+236=424 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.97% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #3785EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3785EC is #C87A13. Grayscale: #787878. Windows color (decimal): -13138452 or 15500599. OLE color: 15500599.
HSL color Cylindrical-coordinate representation of color #3785EC: hue angle of 214.14º 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 #3785EC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 133 | 236 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.07 |
| HSL | 214.14º | 0.83% | 0.57% | - |
| HSV(B) | 214.14º | 0.77% | 0.93% | - |
| XYZ | 25.1 | 23.64 | 82.6 | - |
| YUV | 121.42 | 192.66 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 236 | 0.77 | 0.44 | 0 | 0.07 | 214.14 | 0.83 | 0.57 |
| Hex | 37 | 85 | EC | 4D | 2C | 0 | 7 | D6 | 53 | 39 |
| Octal | 67 | 205 | 354 | 115 | 54 | 0 | 7 | 326 | 123 | 71 |
| Binary | 110111 | 10000101 | 11101100 | 1001101 | 101100 | 0 | 111 | 11010110 | 1010011 | 111001 |
Color Harmonies of #3785EC
Complementary color
Monochromatic Colors of #3785EC
Black with #3785EC
Text Example
Text Example
White with #3785EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785EC; }
p { color: rgb(55,133,236); }
H1.HeaderClassName
{
color: #3785EC;
}
.AnyTagClassName
{
color: #3785EC;
}
</style>
background-color css
<style>
a { background-color: #3785EC; }
a { background-color: rgb(55,133,236); }
div.DivClassName
{
background-color: #3785EC;
}
.BgClassName
{
background-color: #3785EC;
}
</style>
border-color css
<style>
span { border-color: #3785EC; }
span { border-color: rgb(55,133,236); }
td.TdClassName
{
border-color: #3785EC;
}
.TagClassName
{
border-color: #3785EC;
}
</style>