Shades of Dodger Blue #1F7DDB
Tints of Dodger Blue #1F7DDB
RGB
CMYK
RGB Variations
Color information
#1F7DDB (or 0x1F7DDB) is known color: Dodger Blue. HEX triplet: 1F, 7D and DB. RGB value is (31,125,219). Sum of RGB (Red+Green+Blue) = 31+125+219=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7DDB is #E08224. Grayscale: #6B6B6B. Windows color (decimal): -14713381 or 14384415. OLE color: 14384415.
HSL color Cylindrical-coordinate representation of color #1F7DDB: hue angle of 210º 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 #1F7DDB is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 125 | 219 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.14 |
| HSL | 210º | 0.75% | 0.49% | - |
| HSV(B) | 210º | 0.86% | 0.86% | - |
| XYZ | 20.68 | 20.07 | 69.8 | - |
| YUV | 107.61 | 190.86 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 219 | 0.86 | 0.43 | 0 | 0.14 | 210 | 0.75 | 0.49 |
| Hex | 1F | 7D | DB | 56 | 2B | 0 | E | D2 | 4B | 31 |
| Octal | 37 | 175 | 333 | 126 | 53 | 0 | 16 | 322 | 113 | 61 |
| Binary | 11111 | 1111101 | 11011011 | 1010110 | 101011 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #1F7DDB
Complementary color
Monochromatic Colors of #1F7DDB
Black with #1F7DDB
Text Example
Text Example
White with #1F7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DDB; }
p { color: rgb(31,125,219); }
H1.HeaderClassName
{
color: #1F7DDB;
}
.AnyTagClassName
{
color: #1F7DDB;
}
</style>
background-color css
<style>
a { background-color: #1F7DDB; }
a { background-color: rgb(31,125,219); }
div.DivClassName
{
background-color: #1F7DDB;
}
.BgClassName
{
background-color: #1F7DDB;
}
</style>
border-color css
<style>
span { border-color: #1F7DDB; }
span { border-color: rgb(31,125,219); }
td.TdClassName
{
border-color: #1F7DDB;
}
.TagClassName
{
border-color: #1F7DDB;
}
</style>