Shades of Dodger Blue #2986EB
Tints of Dodger Blue #2986EB
RGB
CMYK
RGB Variations
Color information
#2986EB (or 0x2986EB) is known color: Dodger Blue. HEX triplet: 29, 86 and EB. RGB value is (41,134,235). Sum of RGB (Red+Green+Blue) = 41+134+235=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #2986EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2986EB is #D67914. Grayscale: #757575. Windows color (decimal): -14055701 or 15435305. OLE color: 15435305.
HSL color Cylindrical-coordinate representation of color #2986EB: hue angle of 211.24º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2986EB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 134 | 235 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.08 |
| HSL | 211.24º | 0.83% | 0.54% | - |
| HSV(B) | 211.24º | 0.83% | 0.92% | - |
| XYZ | 24.43 | 23.52 | 81.85 | - |
| YUV | 117.71 | 194.19 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 235 | 0.83 | 0.43 | 0 | 0.08 | 211.24 | 0.83 | 0.54 |
| Hex | 29 | 86 | EB | 53 | 2B | 0 | 8 | D3 | 53 | 36 |
| Octal | 51 | 206 | 353 | 123 | 53 | 0 | 10 | 323 | 123 | 66 |
| Binary | 101001 | 10000110 | 11101011 | 1010011 | 101011 | 0 | 1000 | 11010011 | 1010011 | 110110 |
Color Harmonies of #2986EB
Complementary color
Monochromatic Colors of #2986EB
Black with #2986EB
Text Example
Text Example
White with #2986EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2986EB; }
p { color: rgb(41,134,235); }
H1.HeaderClassName
{
color: #2986EB;
}
.AnyTagClassName
{
color: #2986EB;
}
</style>
background-color css
<style>
a { background-color: #2986EB; }
a { background-color: rgb(41,134,235); }
div.DivClassName
{
background-color: #2986EB;
}
.BgClassName
{
background-color: #2986EB;
}
</style>
border-color css
<style>
span { border-color: #2986EB; }
span { border-color: rgb(41,134,235); }
td.TdClassName
{
border-color: #2986EB;
}
.TagClassName
{
border-color: #2986EB;
}
</style>