Shades of Dodger Blue #2A8DEB
Tints of Dodger Blue #2A8DEB
RGB
CMYK
RGB Variations
Color information
#2A8DEB (or 0x2A8DEB) is known color: Dodger Blue. HEX triplet: 2A, 8D and EB. RGB value is (42,141,235). Sum of RGB (Red+Green+Blue) = 42+141+235=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A8DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8DEB is #D57214. Grayscale: #797979. Windows color (decimal): -13988373 or 15437098. OLE color: 15437098.
HSL color Cylindrical-coordinate representation of color #2A8DEB: hue angle of 209.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8DEB is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 141 | 235 | - |
| CMYK | 0.82 | 0.4 | 0 | 0.08 |
| HSL | 209.22º | 0.83% | 0.54% | - |
| HSV(B) | 209.22º | 0.82% | 0.92% | - |
| XYZ | 25.48 | 25.54 | 82.18 | - |
| YUV | 122.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 235 | 0.82 | 0.4 | 0 | 0.08 | 209.22 | 0.83 | 0.54 |
| Hex | 2A | 8D | EB | 52 | 28 | 0 | 8 | D1 | 53 | 36 |
| Octal | 52 | 215 | 353 | 122 | 50 | 0 | 10 | 321 | 123 | 66 |
| Binary | 101010 | 10001101 | 11101011 | 1010010 | 101000 | 0 | 1000 | 11010001 | 1010011 | 110110 |
Color Harmonies of #2A8DEB
Complementary color
Monochromatic Colors of #2A8DEB
Black with #2A8DEB
Text Example
Text Example
White with #2A8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DEB; }
p { color: rgb(42,141,235); }
H1.HeaderClassName
{
color: #2A8DEB;
}
.AnyTagClassName
{
color: #2A8DEB;
}
</style>
background-color css
<style>
a { background-color: #2A8DEB; }
a { background-color: rgb(42,141,235); }
div.DivClassName
{
background-color: #2A8DEB;
}
.BgClassName
{
background-color: #2A8DEB;
}
</style>
border-color css
<style>
span { border-color: #2A8DEB; }
span { border-color: rgb(42,141,235); }
td.TdClassName
{
border-color: #2A8DEB;
}
.TagClassName
{
border-color: #2A8DEB;
}
</style>