Shades of Dodger Blue #1C7DFB
Tints of Dodger Blue #1C7DFB
RGB
CMYK
RGB Variations
Color information
#1C7DFB (or 0x1C7DFB) is known color: Dodger Blue. HEX triplet: 1C, 7D and FB. RGB value is (28,125,251). Sum of RGB (Red+Green+Blue) = 28+125+251=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C7DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7DFB is #E38204. Grayscale: #6D6D6D. Windows color (decimal): -14909957 or 16481564. OLE color: 16481564.
HSL color Cylindrical-coordinate representation of color #1C7DFB: hue angle of 213.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C7DFB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 125 | 251 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.02 |
| HSL | 213.9º | 0.97% | 0.55% | - |
| HSV(B) | 213.9º | 0.89% | 0.98% | - |
| XYZ | 25.23 | 21.88 | 94.16 | - |
| YUV | 110.36 | 207.36 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 251 | 0.89 | 0.50 | 0 | 0.02 | 213.9 | 0.97 | 0.55 |
| Hex | 1C | 7D | FB | 59 | 32 | 0 | 2 | D6 | 61 | 37 |
| Octal | 34 | 175 | 373 | 131 | 62 | 0 | 2 | 326 | 141 | 67 |
| Binary | 11100 | 1111101 | 11111011 | 1011001 | 110010 | 0 | 10 | 11010110 | 1100001 | 110111 |
Color Harmonies of #1C7DFB
Complementary color
Monochromatic Colors of #1C7DFB
Black with #1C7DFB
Text Example
Text Example
White with #1C7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7DFB; }
p { color: rgb(28,125,251); }
H1.HeaderClassName
{
color: #1C7DFB;
}
.AnyTagClassName
{
color: #1C7DFB;
}
</style>
background-color css
<style>
a { background-color: #1C7DFB; }
a { background-color: rgb(28,125,251); }
div.DivClassName
{
background-color: #1C7DFB;
}
.BgClassName
{
background-color: #1C7DFB;
}
</style>
border-color css
<style>
span { border-color: #1C7DFB; }
span { border-color: rgb(28,125,251); }
td.TdClassName
{
border-color: #1C7DFB;
}
.TagClassName
{
border-color: #1C7DFB;
}
</style>