Shades of Dodger Blue #2A7EEF
Tints of Dodger Blue #2A7EEF
RGB
CMYK
RGB Variations
Color information
#2A7EEF (or 0x2A7EEF) is known color: Dodger Blue. HEX triplet: 2A, 7E and EF. RGB value is (42,126,239). Sum of RGB (Red+Green+Blue) = 42+126+239=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7EEF is #D58110. Grayscale: #717171. Windows color (decimal): -13992209 or 15695402. OLE color: 15695402.
HSL color Cylindrical-coordinate representation of color #2A7EEF: hue angle of 214.42º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A7EEF is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 126 | 239 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.06 |
| HSL | 214.42º | 0.86% | 0.55% | - |
| HSV(B) | 214.42º | 0.82% | 0.94% | - |
| XYZ | 24 | 21.65 | 84.57 | - |
| YUV | 113.77 | 198.67 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 126 | 239 | 0.82 | 0.47 | 0 | 0.06 | 214.42 | 0.86 | 0.55 |
| Hex | 2A | 7E | EF | 52 | 2F | 0 | 6 | D6 | 56 | 37 |
| Octal | 52 | 176 | 357 | 122 | 57 | 0 | 6 | 326 | 126 | 67 |
| Binary | 101010 | 1111110 | 11101111 | 1010010 | 101111 | 0 | 110 | 11010110 | 1010110 | 110111 |
Color Harmonies of #2A7EEF
Complementary color
Monochromatic Colors of #2A7EEF
Black with #2A7EEF
Text Example
Text Example
White with #2A7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7EEF; }
p { color: rgb(42,126,239); }
H1.HeaderClassName
{
color: #2A7EEF;
}
.AnyTagClassName
{
color: #2A7EEF;
}
</style>
background-color css
<style>
a { background-color: #2A7EEF; }
a { background-color: rgb(42,126,239); }
div.DivClassName
{
background-color: #2A7EEF;
}
.BgClassName
{
background-color: #2A7EEF;
}
</style>
border-color css
<style>
span { border-color: #2A7EEF; }
span { border-color: rgb(42,126,239); }
td.TdClassName
{
border-color: #2A7EEF;
}
.TagClassName
{
border-color: #2A7EEF;
}
</style>