Shades of Dodger Blue #2785E5
Tints of Dodger Blue #2785E5
RGB
CMYK
RGB Variations
Color information
#2785E5 (or 0x2785E5) is known color: Dodger Blue. HEX triplet: 27, 85 and E5. RGB value is (39,133,229). Sum of RGB (Red+Green+Blue) = 39+133+229=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #2785E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2785E5 is #D87A1A. Grayscale: #737373. Windows color (decimal): -14187035 or 15041831. OLE color: 15041831.
HSL color Cylindrical-coordinate representation of color #2785E5: hue angle of 210.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2785E5 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 133 | 229 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.10 |
| HSL | 210.32º | 0.79% | 0.53% | - |
| HSV(B) | 210.32º | 0.83% | 0.9% | - |
| XYZ | 23.37 | 22.86 | 77.31 | - |
| YUV | 115.84 | 191.86 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 229 | 0.83 | 0.42 | 0 | 0.10 | 210.32 | 0.79 | 0.53 |
| Hex | 27 | 85 | E5 | 53 | 2A | 0 | A | D2 | 4F | 35 |
| Octal | 47 | 205 | 345 | 123 | 52 | 0 | 12 | 322 | 117 | 65 |
| Binary | 100111 | 10000101 | 11100101 | 1010011 | 101010 | 0 | 1010 | 11010010 | 1001111 | 110101 |
Color Harmonies of #2785E5
Complementary color
Monochromatic Colors of #2785E5
Black with #2785E5
Text Example
Text Example
White with #2785E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2785E5; }
p { color: rgb(39,133,229); }
H1.HeaderClassName
{
color: #2785E5;
}
.AnyTagClassName
{
color: #2785E5;
}
</style>
background-color css
<style>
a { background-color: #2785E5; }
a { background-color: rgb(39,133,229); }
div.DivClassName
{
background-color: #2785E5;
}
.BgClassName
{
background-color: #2785E5;
}
</style>
border-color css
<style>
span { border-color: #2785E5; }
span { border-color: rgb(39,133,229); }
td.TdClassName
{
border-color: #2785E5;
}
.TagClassName
{
border-color: #2785E5;
}
</style>