Shades of Dodger Blue #2A8EEB
Tints of Dodger Blue #2A8EEB
RGB
CMYK
RGB Variations
Color information
#2A8EEB (or 0x2A8EEB) is known color: Dodger Blue. HEX triplet: 2A, 8E and EB. RGB value is (42,142,235). Sum of RGB (Red+Green+Blue) = 42+142+235=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8EEB is #D57114. Grayscale: #7A7A7A. Windows color (decimal): -13988117 or 15437354. OLE color: 15437354.
HSL color Cylindrical-coordinate representation of color #2A8EEB: hue angle of 208.91º 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 #2A8EEB is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 142 | 235 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.08 |
| HSL | 208.91º | 0.83% | 0.54% | - |
| HSV(B) | 208.91º | 0.82% | 0.92% | - |
| XYZ | 25.62 | 25.84 | 82.23 | - |
| YUV | 122.7 | 191.37 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 235 | 0.82 | 0.40 | 0 | 0.08 | 208.91 | 0.83 | 0.54 |
| Hex | 2A | 8E | EB | 52 | 28 | 0 | 8 | D1 | 53 | 36 |
| Octal | 52 | 216 | 353 | 122 | 50 | 0 | 10 | 321 | 123 | 66 |
| Binary | 101010 | 10001110 | 11101011 | 1010010 | 101000 | 0 | 1000 | 11010001 | 1010011 | 110110 |
Color Harmonies of #2A8EEB
Complementary color
Monochromatic Colors of #2A8EEB
Black with #2A8EEB
Text Example
Text Example
White with #2A8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8EEB; }
p { color: rgb(42,142,235); }
H1.HeaderClassName
{
color: #2A8EEB;
}
.AnyTagClassName
{
color: #2A8EEB;
}
</style>
background-color css
<style>
a { background-color: #2A8EEB; }
a { background-color: rgb(42,142,235); }
div.DivClassName
{
background-color: #2A8EEB;
}
.BgClassName
{
background-color: #2A8EEB;
}
</style>
border-color css
<style>
span { border-color: #2A8EEB; }
span { border-color: rgb(42,142,235); }
td.TdClassName
{
border-color: #2A8EEB;
}
.TagClassName
{
border-color: #2A8EEB;
}
</style>