Shades of Dodger Blue #1F7EDC
Tints of Dodger Blue #1F7EDC
RGB
CMYK
RGB Variations
Color information
#1F7EDC (or 0x1F7EDC) is known color: Dodger Blue. HEX triplet: 1F, 7E and DC. RGB value is (31,126,220). Sum of RGB (Red+Green+Blue) = 31+126+220=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EDC is #E08123. Grayscale: #6B6B6B. Windows color (decimal): -14713124 or 14450207. OLE color: 14450207.
HSL color Cylindrical-coordinate representation of color #1F7EDC: hue angle of 209.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7EDC is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 126 | 220 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.14 |
| HSL | 209.84º | 0.75% | 0.49% | - |
| HSV(B) | 209.84º | 0.86% | 0.86% | - |
| XYZ | 20.94 | 20.38 | 70.54 | - |
| YUV | 108.31 | 191.03 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 220 | 0.86 | 0.43 | 0 | 0.14 | 209.84 | 0.75 | 0.49 |
| Hex | 1F | 7E | DC | 56 | 2B | 0 | E | D2 | 4B | 31 |
| Octal | 37 | 176 | 334 | 126 | 53 | 0 | 16 | 322 | 113 | 61 |
| Binary | 11111 | 1111110 | 11011100 | 1010110 | 101011 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #1F7EDC
Complementary color
Monochromatic Colors of #1F7EDC
Black with #1F7EDC
Text Example
Text Example
White with #1F7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EDC; }
p { color: rgb(31,126,220); }
H1.HeaderClassName
{
color: #1F7EDC;
}
.AnyTagClassName
{
color: #1F7EDC;
}
</style>
background-color css
<style>
a { background-color: #1F7EDC; }
a { background-color: rgb(31,126,220); }
div.DivClassName
{
background-color: #1F7EDC;
}
.BgClassName
{
background-color: #1F7EDC;
}
</style>
border-color css
<style>
span { border-color: #1F7EDC; }
span { border-color: rgb(31,126,220); }
td.TdClassName
{
border-color: #1F7EDC;
}
.TagClassName
{
border-color: #1F7EDC;
}
</style>