Shades of Dodger Blue #2D8ADC
Tints of Dodger Blue #2D8ADC
RGB
CMYK
RGB Variations
Color information
#2D8ADC (or 0x2D8ADC) is known color: Dodger Blue. HEX triplet: 2D, 8A and DC. RGB value is (45,138,220). Sum of RGB (Red+Green+Blue) = 45+138+220=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8ADC is #D27523. Grayscale: #777777. Windows color (decimal): -13792548 or 14453293. OLE color: 14453293.
HSL color Cylindrical-coordinate representation of color #2D8ADC: hue angle of 208.11º 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 #2D8ADC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 138 | 220 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.14 |
| HSL | 208.11º | 0.71% | 0.52% | - |
| HSV(B) | 208.11º | 0.8% | 0.86% | - |
| XYZ | 23.09 | 23.9 | 71.11 | - |
| YUV | 119.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 220 | 0.80 | 0.37 | 0 | 0.14 | 208.11 | 0.71 | 0.52 |
| Hex | 2D | 8A | DC | 50 | 25 | 0 | E | D0 | 47 | 34 |
| Octal | 55 | 212 | 334 | 120 | 45 | 0 | 16 | 320 | 107 | 64 |
| Binary | 101101 | 10001010 | 11011100 | 1010000 | 100101 | 0 | 1110 | 11010000 | 1000111 | 110100 |
Color Harmonies of #2D8ADC
Complementary color
Monochromatic Colors of #2D8ADC
Black with #2D8ADC
Text Example
Text Example
White with #2D8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8ADC; }
p { color: rgb(45,138,220); }
H1.HeaderClassName
{
color: #2D8ADC;
}
.AnyTagClassName
{
color: #2D8ADC;
}
</style>
background-color css
<style>
a { background-color: #2D8ADC; }
a { background-color: rgb(45,138,220); }
div.DivClassName
{
background-color: #2D8ADC;
}
.BgClassName
{
background-color: #2D8ADC;
}
</style>
border-color css
<style>
span { border-color: #2D8ADC; }
span { border-color: rgb(45,138,220); }
td.TdClassName
{
border-color: #2D8ADC;
}
.TagClassName
{
border-color: #2D8ADC;
}
</style>