Shades of Dodger Blue #2A84DD
Tints of Dodger Blue #2A84DD
RGB
CMYK
RGB Variations
Color information
#2A84DD (or 0x2A84DD) is known color: Dodger Blue. HEX triplet: 2A, 84 and DD. RGB value is (42,132,221). Sum of RGB (Red+Green+Blue) = 42+132+221=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A84DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A84DD is #D57B22. Grayscale: #727272. Windows color (decimal): -13990691 or 14517290. OLE color: 14517290.
HSL color Cylindrical-coordinate representation of color #2A84DD: hue angle of 209.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 #2A84DD is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 132 | 221 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.13 |
| HSL | 209.83º | 0.72% | 0.52% | - |
| HSV(B) | 209.83º | 0.81% | 0.87% | - |
| XYZ | 22.26 | 22.22 | 71.52 | - |
| YUV | 115.24 | 187.68 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 221 | 0.81 | 0.40 | 0 | 0.13 | 209.83 | 0.72 | 0.52 |
| Hex | 2A | 84 | DD | 51 | 28 | 0 | D | D2 | 48 | 34 |
| Octal | 52 | 204 | 335 | 121 | 50 | 0 | 15 | 322 | 110 | 64 |
| Binary | 101010 | 10000100 | 11011101 | 1010001 | 101000 | 0 | 1101 | 11010010 | 1001000 | 110100 |
Color Harmonies of #2A84DD
Complementary color
Monochromatic Colors of #2A84DD
Black with #2A84DD
Text Example
Text Example
White with #2A84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A84DD; }
p { color: rgb(42,132,221); }
H1.HeaderClassName
{
color: #2A84DD;
}
.AnyTagClassName
{
color: #2A84DD;
}
</style>
background-color css
<style>
a { background-color: #2A84DD; }
a { background-color: rgb(42,132,221); }
div.DivClassName
{
background-color: #2A84DD;
}
.BgClassName
{
background-color: #2A84DD;
}
</style>
border-color css
<style>
span { border-color: #2A84DD; }
span { border-color: rgb(42,132,221); }
td.TdClassName
{
border-color: #2A84DD;
}
.TagClassName
{
border-color: #2A84DD;
}
</style>