Shades of Dodger Blue #2B7EE5
Tints of Dodger Blue #2B7EE5
RGB
CMYK
RGB Variations
Color information
#2B7EE5 (or 0x2B7EE5) is known color: Dodger Blue. HEX triplet: 2B, 7E and E5. RGB value is (43,126,229). Sum of RGB (Red+Green+Blue) = 43+126+229=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B7EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7EE5 is #D4811A. Grayscale: #707070. Windows color (decimal): -13926683 or 15040043. OLE color: 15040043.
HSL color Cylindrical-coordinate representation of color #2B7EE5: hue angle of 213.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7EE5 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 126 | 229 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.10 |
| HSL | 213.23º | 0.78% | 0.53% | - |
| HSV(B) | 213.23º | 0.81% | 0.9% | - |
| XYZ | 22.6 | 21.09 | 77.01 | - |
| YUV | 112.93 | 193.5 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 229 | 0.81 | 0.45 | 0 | 0.10 | 213.23 | 0.78 | 0.53 |
| Hex | 2B | 7E | E5 | 51 | 2D | 0 | A | D5 | 4E | 35 |
| Octal | 53 | 176 | 345 | 121 | 55 | 0 | 12 | 325 | 116 | 65 |
| Binary | 101011 | 1111110 | 11100101 | 1010001 | 101101 | 0 | 1010 | 11010101 | 1001110 | 110101 |
Color Harmonies of #2B7EE5
Complementary color
Monochromatic Colors of #2B7EE5
Black with #2B7EE5
Text Example
Text Example
White with #2B7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7EE5; }
p { color: rgb(43,126,229); }
H1.HeaderClassName
{
color: #2B7EE5;
}
.AnyTagClassName
{
color: #2B7EE5;
}
</style>
background-color css
<style>
a { background-color: #2B7EE5; }
a { background-color: rgb(43,126,229); }
div.DivClassName
{
background-color: #2B7EE5;
}
.BgClassName
{
background-color: #2B7EE5;
}
</style>
border-color css
<style>
span { border-color: #2B7EE5; }
span { border-color: rgb(43,126,229); }
td.TdClassName
{
border-color: #2B7EE5;
}
.TagClassName
{
border-color: #2B7EE5;
}
</style>