Shades of Dodger Blue #2D7DFD
Tints of Dodger Blue #2D7DFD
RGB
CMYK
RGB Variations
Color information
#2D7DFD (or 0x2D7DFD) is known color: Dodger Blue. HEX triplet: 2D, 7D and FD. RGB value is (45,125,253). Sum of RGB (Red+Green+Blue) = 45+125+253=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D7DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7DFD is #D28202. Grayscale: #737373. Windows color (decimal): -13795843 or 16612653. OLE color: 16612653.
HSL color Cylindrical-coordinate representation of color #2D7DFD: hue angle of 216.92º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D7DFD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 125 | 253 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.01 |
| HSL | 216.92º | 0.98% | 0.58% | - |
| HSV(B) | 216.92º | 0.82% | 0.99% | - |
| XYZ | 26.15 | 22.32 | 95.86 | - |
| YUV | 115.67 | 205.5 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 253 | 0.82 | 0.51 | 0 | 0.01 | 216.92 | 0.98 | 0.58 |
| Hex | 2D | 7D | FD | 52 | 33 | 0 | 1 | D9 | 62 | 3A |
| Octal | 55 | 175 | 375 | 122 | 63 | 0 | 1 | 331 | 142 | 72 |
| Binary | 101101 | 1111101 | 11111101 | 1010010 | 110011 | 0 | 1 | 11011001 | 1100010 | 111010 |
Color Harmonies of #2D7DFD
Complementary color
Monochromatic Colors of #2D7DFD
Black with #2D7DFD
Text Example
Text Example
White with #2D7DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7DFD; }
p { color: rgb(45,125,253); }
H1.HeaderClassName
{
color: #2D7DFD;
}
.AnyTagClassName
{
color: #2D7DFD;
}
</style>
background-color css
<style>
a { background-color: #2D7DFD; }
a { background-color: rgb(45,125,253); }
div.DivClassName
{
background-color: #2D7DFD;
}
.BgClassName
{
background-color: #2D7DFD;
}
</style>
border-color css
<style>
span { border-color: #2D7DFD; }
span { border-color: rgb(45,125,253); }
td.TdClassName
{
border-color: #2D7DFD;
}
.TagClassName
{
border-color: #2D7DFD;
}
</style>