Shades of Dodger Blue #2A7FEC
Tints of Dodger Blue #2A7FEC
RGB
CMYK
RGB Variations
Color information
#2A7FEC (or 0x2A7FEC) is known color: Dodger Blue. HEX triplet: 2A, 7F and EC. RGB value is (42,127,236). Sum of RGB (Red+Green+Blue) = 42+127+236=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A7FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7FEC is #D58013. Grayscale: #717171. Windows color (decimal): -13991956 or 15499050. OLE color: 15499050.
HSL color Cylindrical-coordinate representation of color #2A7FEC: hue angle of 213.71º 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 #2A7FEC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 127 | 236 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.07 |
| HSL | 213.71º | 0.84% | 0.55% | - |
| HSV(B) | 213.71º | 0.82% | 0.93% | - |
| XYZ | 23.68 | 21.73 | 82.3 | - |
| YUV | 114.01 | 196.84 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 236 | 0.82 | 0.46 | 0 | 0.07 | 213.71 | 0.84 | 0.55 |
| Hex | 2A | 7F | EC | 52 | 2E | 0 | 7 | D6 | 54 | 37 |
| Octal | 52 | 177 | 354 | 122 | 56 | 0 | 7 | 326 | 124 | 67 |
| Binary | 101010 | 1111111 | 11101100 | 1010010 | 101110 | 0 | 111 | 11010110 | 1010100 | 110111 |
Color Harmonies of #2A7FEC
Complementary color
Monochromatic Colors of #2A7FEC
Black with #2A7FEC
Text Example
Text Example
White with #2A7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7FEC; }
p { color: rgb(42,127,236); }
H1.HeaderClassName
{
color: #2A7FEC;
}
.AnyTagClassName
{
color: #2A7FEC;
}
</style>
background-color css
<style>
a { background-color: #2A7FEC; }
a { background-color: rgb(42,127,236); }
div.DivClassName
{
background-color: #2A7FEC;
}
.BgClassName
{
background-color: #2A7FEC;
}
</style>
border-color css
<style>
span { border-color: #2A7FEC; }
span { border-color: rgb(42,127,236); }
td.TdClassName
{
border-color: #2A7FEC;
}
.TagClassName
{
border-color: #2A7FEC;
}
</style>