Shades of Dodger Blue #2A7AED
Tints of Dodger Blue #2A7AED
RGB
CMYK
RGB Variations
Color information
#2A7AED (or 0x2A7AED) is known color: Dodger Blue. HEX triplet: 2A, 7A and ED. RGB value is (42,122,237). Sum of RGB (Red+Green+Blue) = 42+122+237=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A7AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7AED is #D58512. Grayscale: #6E6E6E. Windows color (decimal): -13993235 or 15563306. OLE color: 15563306.
HSL color Cylindrical-coordinate representation of color #2A7AED: hue angle of 215.38º 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 #2A7AED is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 122 | 237 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.07 |
| HSL | 215.38º | 0.84% | 0.55% | - |
| HSV(B) | 215.38º | 0.82% | 0.93% | - |
| XYZ | 23.2 | 20.53 | 82.86 | - |
| YUV | 111.19 | 199 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 237 | 0.82 | 0.49 | 0 | 0.07 | 215.38 | 0.84 | 0.55 |
| Hex | 2A | 7A | ED | 52 | 31 | 0 | 7 | D7 | 54 | 37 |
| Octal | 52 | 172 | 355 | 122 | 61 | 0 | 7 | 327 | 124 | 67 |
| Binary | 101010 | 1111010 | 11101101 | 1010010 | 110001 | 0 | 111 | 11010111 | 1010100 | 110111 |
Color Harmonies of #2A7AED
Complementary color
Monochromatic Colors of #2A7AED
Black with #2A7AED
Text Example
Text Example
White with #2A7AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7AED; }
p { color: rgb(42,122,237); }
H1.HeaderClassName
{
color: #2A7AED;
}
.AnyTagClassName
{
color: #2A7AED;
}
</style>
background-color css
<style>
a { background-color: #2A7AED; }
a { background-color: rgb(42,122,237); }
div.DivClassName
{
background-color: #2A7AED;
}
.BgClassName
{
background-color: #2A7AED;
}
</style>
border-color css
<style>
span { border-color: #2A7AED; }
span { border-color: rgb(42,122,237); }
td.TdClassName
{
border-color: #2A7AED;
}
.TagClassName
{
border-color: #2A7AED;
}
</style>