Shades of Dodger Blue #2A7EEA
Tints of Dodger Blue #2A7EEA
RGB
CMYK
RGB Variations
Color information
#2A7EEA (or 0x2A7EEA) is known color: Dodger Blue. HEX triplet: 2A, 7E and EA. RGB value is (42,126,234). Sum of RGB (Red+Green+Blue) = 42+126+234=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #2A7EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7EEA is #D58115. Grayscale: #707070. Windows color (decimal): -13992214 or 15367722. OLE color: 15367722.
HSL color Cylindrical-coordinate representation of color #2A7EEA: hue angle of 213.75º degrees, saturation: 0.82, 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 #2A7EEA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 126 | 234 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.08 |
| HSL | 213.75º | 0.82% | 0.54% | - |
| HSV(B) | 213.75º | 0.82% | 0.92% | - |
| XYZ | 23.27 | 21.35 | 80.74 | - |
| YUV | 113.2 | 196.17 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 126 | 234 | 0.82 | 0.46 | 0 | 0.08 | 213.75 | 0.82 | 0.54 |
| Hex | 2A | 7E | EA | 52 | 2E | 0 | 8 | D6 | 52 | 36 |
| Octal | 52 | 176 | 352 | 122 | 56 | 0 | 10 | 326 | 122 | 66 |
| Binary | 101010 | 1111110 | 11101010 | 1010010 | 101110 | 0 | 1000 | 11010110 | 1010010 | 110110 |
Color Harmonies of #2A7EEA
Complementary color
Monochromatic Colors of #2A7EEA
Black with #2A7EEA
Text Example
Text Example
White with #2A7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7EEA; }
p { color: rgb(42,126,234); }
H1.HeaderClassName
{
color: #2A7EEA;
}
.AnyTagClassName
{
color: #2A7EEA;
}
</style>
background-color css
<style>
a { background-color: #2A7EEA; }
a { background-color: rgb(42,126,234); }
div.DivClassName
{
background-color: #2A7EEA;
}
.BgClassName
{
background-color: #2A7EEA;
}
</style>
border-color css
<style>
span { border-color: #2A7EEA; }
span { border-color: rgb(42,126,234); }
td.TdClassName
{
border-color: #2A7EEA;
}
.TagClassName
{
border-color: #2A7EEA;
}
</style>