Shades of Dodger Blue #2D8EDC
Tints of Dodger Blue #2D8EDC
RGB
CMYK
RGB Variations
Color information
#2D8EDC (or 0x2D8EDC) is known color: Dodger Blue. HEX triplet: 2D, 8E and DC. RGB value is (45,142,220). Sum of RGB (Red+Green+Blue) = 45+142+220=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8EDC is #D27123. Grayscale: #797979. Windows color (decimal): -13791524 or 14454317. OLE color: 14454317.
HSL color Cylindrical-coordinate representation of color #2D8EDC: hue angle of 206.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D8EDC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 142 | 220 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.14 |
| HSL | 206.74º | 0.71% | 0.52% | - |
| HSV(B) | 206.74º | 0.8% | 0.86% | - |
| XYZ | 23.67 | 25.07 | 71.3 | - |
| YUV | 121.89 | 183.36 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 142 | 220 | 0.80 | 0.35 | 0 | 0.14 | 206.74 | 0.71 | 0.52 |
| Hex | 2D | 8E | DC | 50 | 23 | 0 | E | CF | 47 | 34 |
| Octal | 55 | 216 | 334 | 120 | 43 | 0 | 16 | 317 | 107 | 64 |
| Binary | 101101 | 10001110 | 11011100 | 1010000 | 100011 | 0 | 1110 | 11001111 | 1000111 | 110100 |
Color Harmonies of #2D8EDC
Complementary color
Monochromatic Colors of #2D8EDC
Black with #2D8EDC
Text Example
Text Example
White with #2D8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8EDC; }
p { color: rgb(45,142,220); }
H1.HeaderClassName
{
color: #2D8EDC;
}
.AnyTagClassName
{
color: #2D8EDC;
}
</style>
background-color css
<style>
a { background-color: #2D8EDC; }
a { background-color: rgb(45,142,220); }
div.DivClassName
{
background-color: #2D8EDC;
}
.BgClassName
{
background-color: #2D8EDC;
}
</style>
border-color css
<style>
span { border-color: #2D8EDC; }
span { border-color: rgb(45,142,220); }
td.TdClassName
{
border-color: #2D8EDC;
}
.TagClassName
{
border-color: #2D8EDC;
}
</style>