Shades of Dodger Blue #1F7EDB
Tints of Dodger Blue #1F7EDB
RGB
CMYK
RGB Variations
Color information
#1F7EDB (or 0x1F7EDB) is known color: Dodger Blue. HEX triplet: 1F, 7E and DB. RGB value is (31,126,219). Sum of RGB (Red+Green+Blue) = 31+126+219=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EDB is #E08124. Grayscale: #6B6B6B. Windows color (decimal): -14713125 or 14384671. OLE color: 14384671.
HSL color Cylindrical-coordinate representation of color #1F7EDB: hue angle of 209.68º 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 #1F7EDB is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 126 | 219 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.14 |
| HSL | 209.68º | 0.75% | 0.49% | - |
| HSV(B) | 209.68º | 0.86% | 0.86% | - |
| XYZ | 20.81 | 20.33 | 69.84 | - |
| YUV | 108.2 | 190.53 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 219 | 0.86 | 0.42 | 0 | 0.14 | 209.68 | 0.75 | 0.49 |
| Hex | 1F | 7E | DB | 56 | 2A | 0 | E | D2 | 4B | 31 |
| Octal | 37 | 176 | 333 | 126 | 52 | 0 | 16 | 322 | 113 | 61 |
| Binary | 11111 | 1111110 | 11011011 | 1010110 | 101010 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #1F7EDB
Complementary color
Monochromatic Colors of #1F7EDB
Black with #1F7EDB
Text Example
Text Example
White with #1F7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EDB; }
p { color: rgb(31,126,219); }
H1.HeaderClassName
{
color: #1F7EDB;
}
.AnyTagClassName
{
color: #1F7EDB;
}
</style>
background-color css
<style>
a { background-color: #1F7EDB; }
a { background-color: rgb(31,126,219); }
div.DivClassName
{
background-color: #1F7EDB;
}
.BgClassName
{
background-color: #1F7EDB;
}
</style>
border-color css
<style>
span { border-color: #1F7EDB; }
span { border-color: rgb(31,126,219); }
td.TdClassName
{
border-color: #1F7EDB;
}
.TagClassName
{
border-color: #1F7EDB;
}
</style>