Shades of Dodger Blue #2A8DED
Tints of Dodger Blue #2A8DED
RGB
CMYK
RGB Variations
Color information
#2A8DED (or 0x2A8DED) is known color: Dodger Blue. HEX triplet: 2A, 8D and ED. RGB value is (42,141,237). Sum of RGB (Red+Green+Blue) = 42+141+237=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A8DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8DED is #D57212. Grayscale: #797979. Windows color (decimal): -13988371 or 15568170. OLE color: 15568170.
HSL color Cylindrical-coordinate representation of color #2A8DED: hue angle of 209.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8DED is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 141 | 237 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.07 |
| HSL | 209.54º | 0.84% | 0.55% | - |
| HSV(B) | 209.54º | 0.82% | 0.93% | - |
| XYZ | 25.77 | 25.66 | 83.71 | - |
| YUV | 122.34 | 192.7 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 237 | 0.82 | 0.41 | 0 | 0.07 | 209.54 | 0.84 | 0.55 |
| Hex | 2A | 8D | ED | 52 | 29 | 0 | 7 | D2 | 54 | 37 |
| Octal | 52 | 215 | 355 | 122 | 51 | 0 | 7 | 322 | 124 | 67 |
| Binary | 101010 | 10001101 | 11101101 | 1010010 | 101001 | 0 | 111 | 11010010 | 1010100 | 110111 |
Color Harmonies of #2A8DED
Complementary color
Monochromatic Colors of #2A8DED
Black with #2A8DED
Text Example
Text Example
White with #2A8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DED; }
p { color: rgb(42,141,237); }
H1.HeaderClassName
{
color: #2A8DED;
}
.AnyTagClassName
{
color: #2A8DED;
}
</style>
background-color css
<style>
a { background-color: #2A8DED; }
a { background-color: rgb(42,141,237); }
div.DivClassName
{
background-color: #2A8DED;
}
.BgClassName
{
background-color: #2A8DED;
}
</style>
border-color css
<style>
span { border-color: #2A8DED; }
span { border-color: rgb(42,141,237); }
td.TdClassName
{
border-color: #2A8DED;
}
.TagClassName
{
border-color: #2A8DED;
}
</style>