Shades of Dodger Blue #2A87DD
Tints of Dodger Blue #2A87DD
RGB
CMYK
RGB Variations
Color information
#2A87DD (or 0x2A87DD) is known color: Dodger Blue. HEX triplet: 2A, 87 and DD. RGB value is (42,135,221). Sum of RGB (Red+Green+Blue) = 42+135+221=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A87DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A87DD is #D57822. Grayscale: #747474. Windows color (decimal): -13989923 or 14518058. OLE color: 14518058.
HSL color Cylindrical-coordinate representation of color #2A87DD: hue angle of 208.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A87DD is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 135 | 221 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.13 |
| HSL | 208.83º | 0.72% | 0.52% | - |
| HSV(B) | 208.83º | 0.81% | 0.87% | - |
| XYZ | 22.67 | 23.04 | 71.66 | - |
| YUV | 117 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 221 | 0.81 | 0.39 | 0 | 0.13 | 208.83 | 0.72 | 0.52 |
| Hex | 2A | 87 | DD | 51 | 27 | 0 | D | D1 | 48 | 34 |
| Octal | 52 | 207 | 335 | 121 | 47 | 0 | 15 | 321 | 110 | 64 |
| Binary | 101010 | 10000111 | 11011101 | 1010001 | 100111 | 0 | 1101 | 11010001 | 1001000 | 110100 |
Color Harmonies of #2A87DD
Complementary color
Monochromatic Colors of #2A87DD
Black with #2A87DD
Text Example
Text Example
White with #2A87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A87DD; }
p { color: rgb(42,135,221); }
H1.HeaderClassName
{
color: #2A87DD;
}
.AnyTagClassName
{
color: #2A87DD;
}
</style>
background-color css
<style>
a { background-color: #2A87DD; }
a { background-color: rgb(42,135,221); }
div.DivClassName
{
background-color: #2A87DD;
}
.BgClassName
{
background-color: #2A87DD;
}
</style>
border-color css
<style>
span { border-color: #2A87DD; }
span { border-color: rgb(42,135,221); }
td.TdClassName
{
border-color: #2A87DD;
}
.TagClassName
{
border-color: #2A87DD;
}
</style>