Shades of Dodger Blue #1F7DDC
Tints of Dodger Blue #1F7DDC
RGB
CMYK
RGB Variations
Color information
#1F7DDC (or 0x1F7DDC) is known color: Dodger Blue. HEX triplet: 1F, 7D and DC. RGB value is (31,125,220). Sum of RGB (Red+Green+Blue) = 31+125+220=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F7DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7DDC is #E08223. Grayscale: #6B6B6B. Windows color (decimal): -14713380 or 14449951. OLE color: 14449951.
HSL color Cylindrical-coordinate representation of color #1F7DDC: hue angle of 210.16º 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 #1F7DDC is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 125 | 220 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.14 |
| HSL | 210.16º | 0.75% | 0.49% | - |
| HSV(B) | 210.16º | 0.86% | 0.86% | - |
| XYZ | 20.82 | 20.13 | 70.5 | - |
| YUV | 107.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 220 | 0.86 | 0.43 | 0 | 0.14 | 210.16 | 0.75 | 0.49 |
| Hex | 1F | 7D | DC | 56 | 2B | 0 | E | D2 | 4B | 31 |
| Octal | 37 | 175 | 334 | 126 | 53 | 0 | 16 | 322 | 113 | 61 |
| Binary | 11111 | 1111101 | 11011100 | 1010110 | 101011 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #1F7DDC
Complementary color
Monochromatic Colors of #1F7DDC
Black with #1F7DDC
Text Example
Text Example
White with #1F7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DDC; }
p { color: rgb(31,125,220); }
H1.HeaderClassName
{
color: #1F7DDC;
}
.AnyTagClassName
{
color: #1F7DDC;
}
</style>
background-color css
<style>
a { background-color: #1F7DDC; }
a { background-color: rgb(31,125,220); }
div.DivClassName
{
background-color: #1F7DDC;
}
.BgClassName
{
background-color: #1F7DDC;
}
</style>
border-color css
<style>
span { border-color: #1F7DDC; }
span { border-color: rgb(31,125,220); }
td.TdClassName
{
border-color: #1F7DDC;
}
.TagClassName
{
border-color: #1F7DDC;
}
</style>