Shades of Dodger Blue #2D8DEC
Tints of Dodger Blue #2D8DEC
RGB
CMYK
RGB Variations
Color information
#2D8DEC (or 0x2D8DEC) is known color: Dodger Blue. HEX triplet: 2D, 8D and EC. RGB value is (45,141,236). Sum of RGB (Red+Green+Blue) = 45+141+236=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #2D8DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D8DEC is #D27213. Grayscale: #7A7A7A. Windows color (decimal): -13791764 or 15502637. OLE color: 15502637.
HSL color Cylindrical-coordinate representation of color #2D8DEC: hue angle of 209.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D8DEC is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 141 | 236 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.07 |
| HSL | 209.84º | 0.83% | 0.55% | - |
| HSV(B) | 209.84º | 0.81% | 0.93% | - |
| XYZ | 25.75 | 25.66 | 82.95 | - |
| YUV | 123.13 | 191.7 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 236 | 0.81 | 0.40 | 0 | 0.07 | 209.84 | 0.83 | 0.55 |
| Hex | 2D | 8D | EC | 51 | 28 | 0 | 7 | D2 | 53 | 37 |
| Octal | 55 | 215 | 354 | 121 | 50 | 0 | 7 | 322 | 123 | 67 |
| Binary | 101101 | 10001101 | 11101100 | 1010001 | 101000 | 0 | 111 | 11010010 | 1010011 | 110111 |
Color Harmonies of #2D8DEC
Complementary color
Monochromatic Colors of #2D8DEC
Black with #2D8DEC
Text Example
Text Example
White with #2D8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8DEC; }
p { color: rgb(45,141,236); }
H1.HeaderClassName
{
color: #2D8DEC;
}
.AnyTagClassName
{
color: #2D8DEC;
}
</style>
background-color css
<style>
a { background-color: #2D8DEC; }
a { background-color: rgb(45,141,236); }
div.DivClassName
{
background-color: #2D8DEC;
}
.BgClassName
{
background-color: #2D8DEC;
}
</style>
border-color css
<style>
span { border-color: #2D8DEC; }
span { border-color: rgb(45,141,236); }
td.TdClassName
{
border-color: #2D8DEC;
}
.TagClassName
{
border-color: #2D8DEC;
}
</style>