Shades of Dodger Blue #2A7CEF
Tints of Dodger Blue #2A7CEF
RGB
CMYK
RGB Variations
Color information
#2A7CEF (or 0x2A7CEF) is known color: Dodger Blue. HEX triplet: 2A, 7C and EF. RGB value is (42,124,239). Sum of RGB (Red+Green+Blue) = 42+124+239=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A7CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7CEF is #D58310. Grayscale: #707070. Windows color (decimal): -13992721 or 15694890. OLE color: 15694890.
HSL color Cylindrical-coordinate representation of color #2A7CEF: hue angle of 215.03º 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 #2A7CEF is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 124 | 239 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.06 |
| HSL | 215.03º | 0.86% | 0.55% | - |
| HSV(B) | 215.03º | 0.82% | 0.94% | - |
| XYZ | 23.74 | 21.14 | 84.49 | - |
| YUV | 112.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 239 | 0.82 | 0.48 | 0 | 0.06 | 215.03 | 0.86 | 0.55 |
| Hex | 2A | 7C | EF | 52 | 30 | 0 | 6 | D7 | 56 | 37 |
| Octal | 52 | 174 | 357 | 122 | 60 | 0 | 6 | 327 | 126 | 67 |
| Binary | 101010 | 1111100 | 11101111 | 1010010 | 110000 | 0 | 110 | 11010111 | 1010110 | 110111 |
Color Harmonies of #2A7CEF
Complementary color
Monochromatic Colors of #2A7CEF
Black with #2A7CEF
Text Example
Text Example
White with #2A7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7CEF; }
p { color: rgb(42,124,239); }
H1.HeaderClassName
{
color: #2A7CEF;
}
.AnyTagClassName
{
color: #2A7CEF;
}
</style>
background-color css
<style>
a { background-color: #2A7CEF; }
a { background-color: rgb(42,124,239); }
div.DivClassName
{
background-color: #2A7CEF;
}
.BgClassName
{
background-color: #2A7CEF;
}
</style>
border-color css
<style>
span { border-color: #2A7CEF; }
span { border-color: rgb(42,124,239); }
td.TdClassName
{
border-color: #2A7CEF;
}
.TagClassName
{
border-color: #2A7CEF;
}
</style>