Shades of Dodger Blue #1F8DDB
Tints of Dodger Blue #1F8DDB
RGB
CMYK
RGB Variations
Color information
#1F8DDB (or 0x1F8DDB) is known color: Dodger Blue. HEX triplet: 1F, 8D and DB. RGB value is (31,141,219). Sum of RGB (Red+Green+Blue) = 31+141+219=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8DDB is #E07224. Grayscale: #747474. Windows color (decimal): -14709285 or 14388511. OLE color: 14388511.
HSL color Cylindrical-coordinate representation of color #1F8DDB: hue angle of 204.89º 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 #1F8DDB is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 141 | 219 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.14 |
| HSL | 204.89º | 0.75% | 0.49% | - |
| HSV(B) | 204.89º | 0.86% | 0.86% | - |
| XYZ | 22.88 | 24.46 | 70.53 | - |
| YUV | 117 | 185.56 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 219 | 0.86 | 0.36 | 0 | 0.14 | 204.89 | 0.75 | 0.49 |
| Hex | 1F | 8D | DB | 56 | 24 | 0 | E | CD | 4B | 31 |
| Octal | 37 | 215 | 333 | 126 | 44 | 0 | 16 | 315 | 113 | 61 |
| Binary | 11111 | 10001101 | 11011011 | 1010110 | 100100 | 0 | 1110 | 11001101 | 1001011 | 110001 |
Color Harmonies of #1F8DDB
Complementary color
Monochromatic Colors of #1F8DDB
Black with #1F8DDB
Text Example
Text Example
White with #1F8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8DDB; }
p { color: rgb(31,141,219); }
H1.HeaderClassName
{
color: #1F8DDB;
}
.AnyTagClassName
{
color: #1F8DDB;
}
</style>
background-color css
<style>
a { background-color: #1F8DDB; }
a { background-color: rgb(31,141,219); }
div.DivClassName
{
background-color: #1F8DDB;
}
.BgClassName
{
background-color: #1F8DDB;
}
</style>
border-color css
<style>
span { border-color: #1F8DDB; }
span { border-color: rgb(31,141,219); }
td.TdClassName
{
border-color: #1F8DDB;
}
.TagClassName
{
border-color: #1F8DDB;
}
</style>