Shades of Dodger Blue #2786DB
Tints of Dodger Blue #2786DB
RGB
CMYK
RGB Variations
Color information
#2786DB (or 0x2786DB) is known color: Dodger Blue. HEX triplet: 27, 86 and DB. RGB value is (39,134,219). Sum of RGB (Red+Green+Blue) = 39+134+219=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #2786DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2786DB is #D87924. Grayscale: #727272. Windows color (decimal): -14186789 or 14386727. OLE color: 14386727.
HSL color Cylindrical-coordinate representation of color #2786DB: hue angle of 208.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2786DB is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 134 | 219 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.14 |
| HSL | 208.33º | 0.71% | 0.51% | - |
| HSV(B) | 208.33º | 0.82% | 0.86% | - |
| XYZ | 22.15 | 22.6 | 70.21 | - |
| YUV | 115.29 | 186.53 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 219 | 0.82 | 0.39 | 0 | 0.14 | 208.33 | 0.71 | 0.51 |
| Hex | 27 | 86 | DB | 52 | 27 | 0 | E | D0 | 47 | 33 |
| Octal | 47 | 206 | 333 | 122 | 47 | 0 | 16 | 320 | 107 | 63 |
| Binary | 100111 | 10000110 | 11011011 | 1010010 | 100111 | 0 | 1110 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2786DB
Complementary color
Monochromatic Colors of #2786DB
Black with #2786DB
Text Example
Text Example
White with #2786DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2786DB; }
p { color: rgb(39,134,219); }
H1.HeaderClassName
{
color: #2786DB;
}
.AnyTagClassName
{
color: #2786DB;
}
</style>
background-color css
<style>
a { background-color: #2786DB; }
a { background-color: rgb(39,134,219); }
div.DivClassName
{
background-color: #2786DB;
}
.BgClassName
{
background-color: #2786DB;
}
</style>
border-color css
<style>
span { border-color: #2786DB; }
span { border-color: rgb(39,134,219); }
td.TdClassName
{
border-color: #2786DB;
}
.TagClassName
{
border-color: #2786DB;
}
</style>