Shades of Dodger Blue #2785EF
Tints of Dodger Blue #2785EF
RGB
CMYK
RGB Variations
Color information
#2785EF (or 0x2785EF) is known color: Dodger Blue. HEX triplet: 27, 85 and EF. RGB value is (39,133,239). Sum of RGB (Red+Green+Blue) = 39+133+239=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #2785EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2785EF is #D87A10. Grayscale: #747474. Windows color (decimal): -14187025 or 15697191. OLE color: 15697191.
HSL color Cylindrical-coordinate representation of color #2785EF: hue angle of 211.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2785EF is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 133 | 239 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.06 |
| HSL | 211.8º | 0.86% | 0.55% | - |
| HSV(B) | 211.8º | 0.84% | 0.94% | - |
| XYZ | 24.8 | 23.44 | 84.88 | - |
| YUV | 116.98 | 196.86 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 239 | 0.84 | 0.44 | 0 | 0.06 | 211.8 | 0.86 | 0.55 |
| Hex | 27 | 85 | EF | 54 | 2C | 0 | 6 | D4 | 56 | 37 |
| Octal | 47 | 205 | 357 | 124 | 54 | 0 | 6 | 324 | 126 | 67 |
| Binary | 100111 | 10000101 | 11101111 | 1010100 | 101100 | 0 | 110 | 11010100 | 1010110 | 110111 |
Color Harmonies of #2785EF
Complementary color
Monochromatic Colors of #2785EF
Black with #2785EF
Text Example
Text Example
White with #2785EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2785EF; }
p { color: rgb(39,133,239); }
H1.HeaderClassName
{
color: #2785EF;
}
.AnyTagClassName
{
color: #2785EF;
}
</style>
background-color css
<style>
a { background-color: #2785EF; }
a { background-color: rgb(39,133,239); }
div.DivClassName
{
background-color: #2785EF;
}
.BgClassName
{
background-color: #2785EF;
}
</style>
border-color css
<style>
span { border-color: #2785EF; }
span { border-color: rgb(39,133,239); }
td.TdClassName
{
border-color: #2785EF;
}
.TagClassName
{
border-color: #2785EF;
}
</style>