Shades of Dodger Blue #2A7BEB
Tints of Dodger Blue #2A7BEB
RGB
CMYK
RGB Variations
Color information
#2A7BEB (or 0x2A7BEB) is known color: Dodger Blue. HEX triplet: 2A, 7B and EB. RGB value is (42,123,235). Sum of RGB (Red+Green+Blue) = 42+123+235=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A7BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7BEB is #D58414. Grayscale: #6F6F6F. Windows color (decimal): -13992981 or 15432490. OLE color: 15432490.
HSL color Cylindrical-coordinate representation of color #2A7BEB: hue angle of 214.82º degrees, saturation: 0.83, 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 #2A7BEB is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 123 | 235 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.08 |
| HSL | 214.82º | 0.83% | 0.54% | - |
| HSV(B) | 214.82º | 0.82% | 0.92% | - |
| XYZ | 23.03 | 20.66 | 81.37 | - |
| YUV | 111.55 | 197.66 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 235 | 0.82 | 0.48 | 0 | 0.08 | 214.82 | 0.83 | 0.54 |
| Hex | 2A | 7B | EB | 52 | 30 | 0 | 8 | D7 | 53 | 36 |
| Octal | 52 | 173 | 353 | 122 | 60 | 0 | 10 | 327 | 123 | 66 |
| Binary | 101010 | 1111011 | 11101011 | 1010010 | 110000 | 0 | 1000 | 11010111 | 1010011 | 110110 |
Color Harmonies of #2A7BEB
Complementary color
Monochromatic Colors of #2A7BEB
Black with #2A7BEB
Text Example
Text Example
White with #2A7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7BEB; }
p { color: rgb(42,123,235); }
H1.HeaderClassName
{
color: #2A7BEB;
}
.AnyTagClassName
{
color: #2A7BEB;
}
</style>
background-color css
<style>
a { background-color: #2A7BEB; }
a { background-color: rgb(42,123,235); }
div.DivClassName
{
background-color: #2A7BEB;
}
.BgClassName
{
background-color: #2A7BEB;
}
</style>
border-color css
<style>
span { border-color: #2A7BEB; }
span { border-color: rgb(42,123,235); }
td.TdClassName
{
border-color: #2A7BEB;
}
.TagClassName
{
border-color: #2A7BEB;
}
</style>