Shades of Dodger Blue #3785EE
Tints of Dodger Blue #3785EE
RGB
CMYK
RGB Variations
Color information
#3785EE (or 0x3785EE) is known color: Dodger Blue. HEX triplet: 37, 85 and EE. RGB value is (55,133,238). Sum of RGB (Red+Green+Blue) = 55+133+238=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #3785EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3785EE is #C87A11. Grayscale: #797979. Windows color (decimal): -13138450 or 15631671. OLE color: 15631671.
HSL color Cylindrical-coordinate representation of color #3785EE: hue angle of 214.43º degrees, saturation: 0.84, 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 #3785EE is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 133 | 238 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.07 |
| HSL | 214.43º | 0.84% | 0.57% | - |
| HSV(B) | 214.43º | 0.77% | 0.93% | - |
| XYZ | 25.4 | 23.76 | 84.14 | - |
| YUV | 121.65 | 193.66 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 238 | 0.77 | 0.44 | 0 | 0.07 | 214.43 | 0.84 | 0.57 |
| Hex | 37 | 85 | EE | 4D | 2C | 0 | 7 | D6 | 54 | 39 |
| Octal | 67 | 205 | 356 | 115 | 54 | 0 | 7 | 326 | 124 | 71 |
| Binary | 110111 | 10000101 | 11101110 | 1001101 | 101100 | 0 | 111 | 11010110 | 1010100 | 111001 |
Color Harmonies of #3785EE
Complementary color
Monochromatic Colors of #3785EE
Black with #3785EE
Text Example
Text Example
White with #3785EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785EE; }
p { color: rgb(55,133,238); }
H1.HeaderClassName
{
color: #3785EE;
}
.AnyTagClassName
{
color: #3785EE;
}
</style>
background-color css
<style>
a { background-color: #3785EE; }
a { background-color: rgb(55,133,238); }
div.DivClassName
{
background-color: #3785EE;
}
.BgClassName
{
background-color: #3785EE;
}
</style>
border-color css
<style>
span { border-color: #3785EE; }
span { border-color: rgb(55,133,238); }
td.TdClassName
{
border-color: #3785EE;
}
.TagClassName
{
border-color: #3785EE;
}
</style>