Shades of Dodger Blue #2D7CFD
Tints of Dodger Blue #2D7CFD
RGB
CMYK
RGB Variations
Color information
#2D7CFD (or 0x2D7CFD) is known color: Dodger Blue. HEX triplet: 2D, 7C and FD. RGB value is (45,124,253). Sum of RGB (Red+Green+Blue) = 45+124+253=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D7CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7CFD is #D28302. Grayscale: #727272. Windows color (decimal): -13796099 or 16612397. OLE color: 16612397.
HSL color Cylindrical-coordinate representation of color #2D7CFD: hue angle of 217.21º 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 #2D7CFD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 124 | 253 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.01 |
| HSL | 217.21º | 0.98% | 0.58% | - |
| HSV(B) | 217.21º | 0.82% | 0.99% | - |
| XYZ | 26.02 | 22.07 | 95.82 | - |
| YUV | 115.09 | 205.83 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 253 | 0.82 | 0.51 | 0 | 0.01 | 217.21 | 0.98 | 0.58 |
| Hex | 2D | 7C | FD | 52 | 33 | 0 | 1 | D9 | 62 | 3A |
| Octal | 55 | 174 | 375 | 122 | 63 | 0 | 1 | 331 | 142 | 72 |
| Binary | 101101 | 1111100 | 11111101 | 1010010 | 110011 | 0 | 1 | 11011001 | 1100010 | 111010 |
Color Harmonies of #2D7CFD
Complementary color
Monochromatic Colors of #2D7CFD
Black with #2D7CFD
Text Example
Text Example
White with #2D7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7CFD; }
p { color: rgb(45,124,253); }
H1.HeaderClassName
{
color: #2D7CFD;
}
.AnyTagClassName
{
color: #2D7CFD;
}
</style>
background-color css
<style>
a { background-color: #2D7CFD; }
a { background-color: rgb(45,124,253); }
div.DivClassName
{
background-color: #2D7CFD;
}
.BgClassName
{
background-color: #2D7CFD;
}
</style>
border-color css
<style>
span { border-color: #2D7CFD; }
span { border-color: rgb(45,124,253); }
td.TdClassName
{
border-color: #2D7CFD;
}
.TagClassName
{
border-color: #2D7CFD;
}
</style>