Shades of Dodger Blue #2C7DFD
Tints of Dodger Blue #2C7DFD
RGB
CMYK
RGB Variations
Color information
#2C7DFD (or 0x2C7DFD) is known color: Dodger Blue. HEX triplet: 2C, 7D and FD. RGB value is (44,125,253). Sum of RGB (Red+Green+Blue) = 44+125+253=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 125 (49.22% from 255 or 29.62% 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 #2C7DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7DFD is #D38202. Grayscale: #727272. Windows color (decimal): -13861379 or 16612652. OLE color: 16612652.
HSL color Cylindrical-coordinate representation of color #2C7DFD: hue angle of 216.75º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C7DFD is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 125 | 253 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.01 |
| HSL | 216.75º | 0.98% | 0.58% | - |
| HSV(B) | 216.75º | 0.83% | 0.99% | - |
| XYZ | 26.1 | 22.29 | 95.86 | - |
| YUV | 115.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 125 | 253 | 0.83 | 0.51 | 0 | 0.01 | 216.75 | 0.98 | 0.58 |
| Hex | 2C | 7D | FD | 53 | 33 | 0 | 1 | D9 | 62 | 3A |
| Octal | 54 | 175 | 375 | 123 | 63 | 0 | 1 | 331 | 142 | 72 |
| Binary | 101100 | 1111101 | 11111101 | 1010011 | 110011 | 0 | 1 | 11011001 | 1100010 | 111010 |
Color Harmonies of #2C7DFD
Complementary color
Monochromatic Colors of #2C7DFD
Black with #2C7DFD
Text Example
Text Example
White with #2C7DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7DFD; }
p { color: rgb(44,125,253); }
H1.HeaderClassName
{
color: #2C7DFD;
}
.AnyTagClassName
{
color: #2C7DFD;
}
</style>
background-color css
<style>
a { background-color: #2C7DFD; }
a { background-color: rgb(44,125,253); }
div.DivClassName
{
background-color: #2C7DFD;
}
.BgClassName
{
background-color: #2C7DFD;
}
</style>
border-color css
<style>
span { border-color: #2C7DFD; }
span { border-color: rgb(44,125,253); }
td.TdClassName
{
border-color: #2C7DFD;
}
.TagClassName
{
border-color: #2C7DFD;
}
</style>