Shades of Dodger Blue #2986E7
Tints of Dodger Blue #2986E7
RGB
CMYK
RGB Variations
Color information
#2986E7 (or 0x2986E7) is known color: Dodger Blue. HEX triplet: 29, 86 and E7. RGB value is (41,134,231). Sum of RGB (Red+Green+Blue) = 41+134+231=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #2986E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2986E7 is #D67918. Grayscale: #747474. Windows color (decimal): -14055705 or 15173161. OLE color: 15173161.
HSL color Cylindrical-coordinate representation of color #2986E7: hue angle of 210.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2986E7 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 134 | 231 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.09 |
| HSL | 210.63º | 0.8% | 0.53% | - |
| HSV(B) | 210.63º | 0.82% | 0.91% | - |
| XYZ | 23.86 | 23.29 | 78.84 | - |
| YUV | 117.25 | 192.19 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 231 | 0.82 | 0.42 | 0 | 0.09 | 210.63 | 0.8 | 0.53 |
| Hex | 29 | 86 | E7 | 52 | 2A | 0 | 9 | D3 | 50 | 35 |
| Octal | 51 | 206 | 347 | 122 | 52 | 0 | 11 | 323 | 120 | 65 |
| Binary | 101001 | 10000110 | 11100111 | 1010010 | 101010 | 0 | 1001 | 11010011 | 1010000 | 110101 |
Color Harmonies of #2986E7
Complementary color
Monochromatic Colors of #2986E7
Black with #2986E7
Text Example
Text Example
White with #2986E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2986E7; }
p { color: rgb(41,134,231); }
H1.HeaderClassName
{
color: #2986E7;
}
.AnyTagClassName
{
color: #2986E7;
}
</style>
background-color css
<style>
a { background-color: #2986E7; }
a { background-color: rgb(41,134,231); }
div.DivClassName
{
background-color: #2986E7;
}
.BgClassName
{
background-color: #2986E7;
}
</style>
border-color css
<style>
span { border-color: #2986E7; }
span { border-color: rgb(41,134,231); }
td.TdClassName
{
border-color: #2986E7;
}
.TagClassName
{
border-color: #2986E7;
}
</style>