Shades of Dodger Blue #2D7FEB
Tints of Dodger Blue #2D7FEB
RGB
CMYK
RGB Variations
Color information
#2D7FEB (or 0x2D7FEB) is known color: Dodger Blue. HEX triplet: 2D, 7F and EB. RGB value is (45,127,235). Sum of RGB (Red+Green+Blue) = 45+127+235=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D7FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7FEB is #D28014. Grayscale: #727272. Windows color (decimal): -13795349 or 15433517. OLE color: 15433517.
HSL color Cylindrical-coordinate representation of color #2D7FEB: hue angle of 214.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D7FEB is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 127 | 235 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.08 |
| HSL | 214.11º | 0.83% | 0.55% | - |
| HSV(B) | 214.11º | 0.81% | 0.92% | - |
| XYZ | 23.67 | 21.73 | 81.55 | - |
| YUV | 114.79 | 195.83 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 127 | 235 | 0.81 | 0.46 | 0 | 0.08 | 214.11 | 0.83 | 0.55 |
| Hex | 2D | 7F | EB | 51 | 2E | 0 | 8 | D6 | 53 | 37 |
| Octal | 55 | 177 | 353 | 121 | 56 | 0 | 10 | 326 | 123 | 67 |
| Binary | 101101 | 1111111 | 11101011 | 1010001 | 101110 | 0 | 1000 | 11010110 | 1010011 | 110111 |
Color Harmonies of #2D7FEB
Complementary color
Monochromatic Colors of #2D7FEB
Black with #2D7FEB
Text Example
Text Example
White with #2D7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7FEB; }
p { color: rgb(45,127,235); }
H1.HeaderClassName
{
color: #2D7FEB;
}
.AnyTagClassName
{
color: #2D7FEB;
}
</style>
background-color css
<style>
a { background-color: #2D7FEB; }
a { background-color: rgb(45,127,235); }
div.DivClassName
{
background-color: #2D7FEB;
}
.BgClassName
{
background-color: #2D7FEB;
}
</style>
border-color css
<style>
span { border-color: #2D7FEB; }
span { border-color: rgb(45,127,235); }
td.TdClassName
{
border-color: #2D7FEB;
}
.TagClassName
{
border-color: #2D7FEB;
}
</style>