Shades of Dodger Blue #2D8DEB
Tints of Dodger Blue #2D8DEB
RGB
CMYK
RGB Variations
Color information
#2D8DEB (or 0x2D8DEB) is known color: Dodger Blue. HEX triplet: 2D, 8D and EB. RGB value is (45,141,235). Sum of RGB (Red+Green+Blue) = 45+141+235=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D8DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D8DEB is #D27214. Grayscale: #7A7A7A. Windows color (decimal): -13791765 or 15437101. OLE color: 15437101.
HSL color Cylindrical-coordinate representation of color #2D8DEB: hue angle of 209.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D8DEB is Cyan = 0.81, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 141 | 235 | - |
| CMYK | 0.81 | 0.4 | 0 | 0.08 |
| HSL | 209.68º | 0.83% | 0.55% | - |
| HSV(B) | 209.68º | 0.81% | 0.92% | - |
| XYZ | 25.6 | 25.61 | 82.19 | - |
| YUV | 123.01 | 191.2 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 235 | 0.81 | 0.4 | 0 | 0.08 | 209.68 | 0.83 | 0.55 |
| Hex | 2D | 8D | EB | 51 | 28 | 0 | 8 | D2 | 53 | 37 |
| Octal | 55 | 215 | 353 | 121 | 50 | 0 | 10 | 322 | 123 | 67 |
| Binary | 101101 | 10001101 | 11101011 | 1010001 | 101000 | 0 | 1000 | 11010010 | 1010011 | 110111 |
Color Harmonies of #2D8DEB
Complementary color
Monochromatic Colors of #2D8DEB
Black with #2D8DEB
Text Example
Text Example
White with #2D8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8DEB; }
p { color: rgb(45,141,235); }
H1.HeaderClassName
{
color: #2D8DEB;
}
.AnyTagClassName
{
color: #2D8DEB;
}
</style>
background-color css
<style>
a { background-color: #2D8DEB; }
a { background-color: rgb(45,141,235); }
div.DivClassName
{
background-color: #2D8DEB;
}
.BgClassName
{
background-color: #2D8DEB;
}
</style>
border-color css
<style>
span { border-color: #2D8DEB; }
span { border-color: rgb(45,141,235); }
td.TdClassName
{
border-color: #2D8DEB;
}
.TagClassName
{
border-color: #2D8DEB;
}
</style>