Shades of Dodger Blue #3785FD
Tints of Dodger Blue #3785FD
RGB
CMYK
RGB Variations
Color information
#3785FD (or 0x3785FD) is known color: Dodger Blue. HEX triplet: 37, 85 and FD. RGB value is (55,133,253). Sum of RGB (Red+Green+Blue) = 55+133+253=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #3785FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3785FD is #C87A02. Grayscale: #7A7A7A. Windows color (decimal): -13138435 or 16614711. OLE color: 16614711.
HSL color Cylindrical-coordinate representation of color #3785FD: hue angle of 216.36º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3785FD is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 133 | 253 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.01 |
| HSL | 216.36º | 0.98% | 0.6% | - |
| HSV(B) | 216.36º | 0.78% | 0.99% | - |
| XYZ | 27.69 | 24.68 | 96.23 | - |
| YUV | 123.36 | 201.16 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 253 | 0.78 | 0.47 | 0 | 0.01 | 216.36 | 0.98 | 0.6 |
| Hex | 37 | 85 | FD | 4E | 2F | 0 | 1 | D8 | 62 | 3C |
| Octal | 67 | 205 | 375 | 116 | 57 | 0 | 1 | 330 | 142 | 74 |
| Binary | 110111 | 10000101 | 11111101 | 1001110 | 101111 | 0 | 1 | 11011000 | 1100010 | 111100 |
Color Harmonies of #3785FD
Complementary color
Monochromatic Colors of #3785FD
Black with #3785FD
Text Example
Text Example
White with #3785FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785FD; }
p { color: rgb(55,133,253); }
H1.HeaderClassName
{
color: #3785FD;
}
.AnyTagClassName
{
color: #3785FD;
}
</style>
background-color css
<style>
a { background-color: #3785FD; }
a { background-color: rgb(55,133,253); }
div.DivClassName
{
background-color: #3785FD;
}
.BgClassName
{
background-color: #3785FD;
}
</style>
border-color css
<style>
span { border-color: #3785FD; }
span { border-color: rgb(55,133,253); }
td.TdClassName
{
border-color: #3785FD;
}
.TagClassName
{
border-color: #3785FD;
}
</style>