Shades of Dodger Blue #1F7DDE
Tints of Dodger Blue #1F7DDE
RGB
CMYK
RGB Variations
Color information
#1F7DDE (or 0x1F7DDE) is known color: Dodger Blue. HEX triplet: 1F, 7D and DE. RGB value is (31,125,222). Sum of RGB (Red+Green+Blue) = 31+125+222=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F7DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7DDE is #E08221. Grayscale: #6B6B6B. Windows color (decimal): -14713378 or 14581023. OLE color: 14581023.
HSL color Cylindrical-coordinate representation of color #1F7DDE: hue angle of 210.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7DDE is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 125 | 222 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.13 |
| HSL | 210.47º | 0.75% | 0.5% | - |
| HSV(B) | 210.47º | 0.86% | 0.87% | - |
| XYZ | 21.08 | 20.23 | 71.9 | - |
| YUV | 107.95 | 192.36 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 222 | 0.86 | 0.44 | 0 | 0.13 | 210.47 | 0.75 | 0.5 |
| Hex | 1F | 7D | DE | 56 | 2C | 0 | D | D2 | 4B | 32 |
| Octal | 37 | 175 | 336 | 126 | 54 | 0 | 15 | 322 | 113 | 62 |
| Binary | 11111 | 1111101 | 11011110 | 1010110 | 101100 | 0 | 1101 | 11010010 | 1001011 | 110010 |
Color Harmonies of #1F7DDE
Complementary color
Monochromatic Colors of #1F7DDE
Black with #1F7DDE
Text Example
Text Example
White with #1F7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DDE; }
p { color: rgb(31,125,222); }
H1.HeaderClassName
{
color: #1F7DDE;
}
.AnyTagClassName
{
color: #1F7DDE;
}
</style>
background-color css
<style>
a { background-color: #1F7DDE; }
a { background-color: rgb(31,125,222); }
div.DivClassName
{
background-color: #1F7DDE;
}
.BgClassName
{
background-color: #1F7DDE;
}
</style>
border-color css
<style>
span { border-color: #1F7DDE; }
span { border-color: rgb(31,125,222); }
td.TdClassName
{
border-color: #1F7DDE;
}
.TagClassName
{
border-color: #1F7DDE;
}
</style>