Shades of Dodger Blue #1F91DB
Tints of Dodger Blue #1F91DB
RGB
CMYK
RGB Variations
Color information
#1F91DB (or 0x1F91DB) is known color: Dodger Blue. HEX triplet: 1F, 91 and DB. RGB value is (31,145,219). Sum of RGB (Red+Green+Blue) = 31+145+219=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F91DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F91DB is #E06E24. Grayscale: #767676. Windows color (decimal): -14708261 or 14389535. OLE color: 14389535.
HSL color Cylindrical-coordinate representation of color #1F91DB: hue angle of 203.62º 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 #1F91DB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 145 | 219 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.14 |
| HSL | 203.62º | 0.75% | 0.49% | - |
| HSV(B) | 203.62º | 0.86% | 0.86% | - |
| XYZ | 23.48 | 25.66 | 70.73 | - |
| YUV | 119.35 | 184.23 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 219 | 0.86 | 0.34 | 0 | 0.14 | 203.62 | 0.75 | 0.49 |
| Hex | 1F | 91 | DB | 56 | 22 | 0 | E | CC | 4B | 31 |
| Octal | 37 | 221 | 333 | 126 | 42 | 0 | 16 | 314 | 113 | 61 |
| Binary | 11111 | 10010001 | 11011011 | 1010110 | 100010 | 0 | 1110 | 11001100 | 1001011 | 110001 |
Color Harmonies of #1F91DB
Complementary color
Monochromatic Colors of #1F91DB
Black with #1F91DB
Text Example
Text Example
White with #1F91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F91DB; }
p { color: rgb(31,145,219); }
H1.HeaderClassName
{
color: #1F91DB;
}
.AnyTagClassName
{
color: #1F91DB;
}
</style>
background-color css
<style>
a { background-color: #1F91DB; }
a { background-color: rgb(31,145,219); }
div.DivClassName
{
background-color: #1F91DB;
}
.BgClassName
{
background-color: #1F91DB;
}
</style>
border-color css
<style>
span { border-color: #1F91DB; }
span { border-color: rgb(31,145,219); }
td.TdClassName
{
border-color: #1F91DB;
}
.TagClassName
{
border-color: #1F91DB;
}
</style>