Shades of Dodger Blue #1C7DFD
Tints of Dodger Blue #1C7DFD
RGB
CMYK
RGB Variations
Color information
#1C7DFD (or 0x1C7DFD) is known color: Dodger Blue. HEX triplet: 1C, 7D and FD. RGB value is (28,125,253). Sum of RGB (Red+Green+Blue) = 28+125+253=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C7DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7DFD is #E38202. Grayscale: #6D6D6D. Windows color (decimal): -14909955 or 16612636. OLE color: 16612636.
HSL color Cylindrical-coordinate representation of color #1C7DFD: hue angle of 214.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C7DFD is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 125 | 253 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.01 |
| HSL | 214.13º | 0.98% | 0.55% | - |
| HSV(B) | 214.13º | 0.89% | 0.99% | - |
| XYZ | 25.54 | 22.01 | 95.83 | - |
| YUV | 110.59 | 208.36 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 253 | 0.89 | 0.51 | 0 | 0.01 | 214.13 | 0.98 | 0.55 |
| Hex | 1C | 7D | FD | 59 | 33 | 0 | 1 | D6 | 62 | 37 |
| Octal | 34 | 175 | 375 | 131 | 63 | 0 | 1 | 326 | 142 | 67 |
| Binary | 11100 | 1111101 | 11111101 | 1011001 | 110011 | 0 | 1 | 11010110 | 1100010 | 110111 |
Color Harmonies of #1C7DFD
Complementary color
Monochromatic Colors of #1C7DFD
Black with #1C7DFD
Text Example
Text Example
White with #1C7DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7DFD; }
p { color: rgb(28,125,253); }
H1.HeaderClassName
{
color: #1C7DFD;
}
.AnyTagClassName
{
color: #1C7DFD;
}
</style>
background-color css
<style>
a { background-color: #1C7DFD; }
a { background-color: rgb(28,125,253); }
div.DivClassName
{
background-color: #1C7DFD;
}
.BgClassName
{
background-color: #1C7DFD;
}
</style>
border-color css
<style>
span { border-color: #1C7DFD; }
span { border-color: rgb(28,125,253); }
td.TdClassName
{
border-color: #1C7DFD;
}
.TagClassName
{
border-color: #1C7DFD;
}
</style>