Shades of Dodger Blue #2A8EEC
Tints of Dodger Blue #2A8EEC
RGB
CMYK
RGB Variations
Color information
#2A8EEC (or 0x2A8EEC) is known color: Dodger Blue. HEX triplet: 2A, 8E and EC. RGB value is (42,142,236). Sum of RGB (Red+Green+Blue) = 42+142+236=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A8EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8EEC is #D57113. Grayscale: #7A7A7A. Windows color (decimal): -13988116 or 15502890. OLE color: 15502890.
HSL color Cylindrical-coordinate representation of color #2A8EEC: hue angle of 209.07º 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 #2A8EEC is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 142 | 236 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.07 |
| HSL | 209.07º | 0.84% | 0.55% | - |
| HSV(B) | 209.07º | 0.82% | 0.93% | - |
| XYZ | 25.77 | 25.89 | 83 | - |
| YUV | 122.82 | 191.87 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 236 | 0.82 | 0.40 | 0 | 0.07 | 209.07 | 0.84 | 0.55 |
| Hex | 2A | 8E | EC | 52 | 28 | 0 | 7 | D1 | 54 | 37 |
| Octal | 52 | 216 | 354 | 122 | 50 | 0 | 7 | 321 | 124 | 67 |
| Binary | 101010 | 10001110 | 11101100 | 1010010 | 101000 | 0 | 111 | 11010001 | 1010100 | 110111 |
Color Harmonies of #2A8EEC
Complementary color
Monochromatic Colors of #2A8EEC
Black with #2A8EEC
Text Example
Text Example
White with #2A8EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8EEC; }
p { color: rgb(42,142,236); }
H1.HeaderClassName
{
color: #2A8EEC;
}
.AnyTagClassName
{
color: #2A8EEC;
}
</style>
background-color css
<style>
a { background-color: #2A8EEC; }
a { background-color: rgb(42,142,236); }
div.DivClassName
{
background-color: #2A8EEC;
}
.BgClassName
{
background-color: #2A8EEC;
}
</style>
border-color css
<style>
span { border-color: #2A8EEC; }
span { border-color: rgb(42,142,236); }
td.TdClassName
{
border-color: #2A8EEC;
}
.TagClassName
{
border-color: #2A8EEC;
}
</style>