Shades of Dodger Blue #2A8ADD
Tints of Dodger Blue #2A8ADD
RGB
CMYK
RGB Variations
Color information
#2A8ADD (or 0x2A8ADD) is known color: Dodger Blue. HEX triplet: 2A, 8A and DD. RGB value is (42,138,221). Sum of RGB (Red+Green+Blue) = 42+138+221=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A8ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ADD is #D57522. Grayscale: #767676. Windows color (decimal): -13989155 or 14518826. OLE color: 14518826.
HSL color Cylindrical-coordinate representation of color #2A8ADD: hue angle of 207.82º 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 #2A8ADD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 138 | 221 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.13 |
| HSL | 207.82º | 0.72% | 0.52% | - |
| HSV(B) | 207.82º | 0.81% | 0.87% | - |
| XYZ | 23.09 | 23.89 | 71.8 | - |
| YUV | 118.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 221 | 0.81 | 0.38 | 0 | 0.13 | 207.82 | 0.72 | 0.52 |
| Hex | 2A | 8A | DD | 51 | 26 | 0 | D | D0 | 48 | 34 |
| Octal | 52 | 212 | 335 | 121 | 46 | 0 | 15 | 320 | 110 | 64 |
| Binary | 101010 | 10001010 | 11011101 | 1010001 | 100110 | 0 | 1101 | 11010000 | 1001000 | 110100 |
Color Harmonies of #2A8ADD
Complementary color
Monochromatic Colors of #2A8ADD
Black with #2A8ADD
Text Example
Text Example
White with #2A8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8ADD; }
p { color: rgb(42,138,221); }
H1.HeaderClassName
{
color: #2A8ADD;
}
.AnyTagClassName
{
color: #2A8ADD;
}
</style>
background-color css
<style>
a { background-color: #2A8ADD; }
a { background-color: rgb(42,138,221); }
div.DivClassName
{
background-color: #2A8ADD;
}
.BgClassName
{
background-color: #2A8ADD;
}
</style>
border-color css
<style>
span { border-color: #2A8ADD; }
span { border-color: rgb(42,138,221); }
td.TdClassName
{
border-color: #2A8ADD;
}
.TagClassName
{
border-color: #2A8ADD;
}
</style>