Shades of Dodger Blue #1B91DB
Tints of Dodger Blue #1B91DB
RGB
CMYK
RGB Variations
Color information
#1B91DB (or 0x1B91DB) is known color: Dodger Blue. HEX triplet: 1B, 91 and DB. RGB value is (27,145,219). Sum of RGB (Red+Green+Blue) = 27+145+219=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 145 (57.03% from 255 or 37.08% 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 #1B91DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B91DB is #E46E24. Grayscale: #757575. Windows color (decimal): -14970405 or 14389531. OLE color: 14389531.
HSL color Cylindrical-coordinate representation of color #1B91DB: hue angle of 203.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B91DB is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 145 | 219 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.14 |
| HSL | 203.13º | 0.78% | 0.48% | - |
| HSV(B) | 203.13º | 0.88% | 0.86% | - |
| XYZ | 23.36 | 25.6 | 70.73 | - |
| YUV | 118.15 | 184.91 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 219 | 0.88 | 0.34 | 0 | 0.14 | 203.13 | 0.78 | 0.48 |
| Hex | 1B | 91 | DB | 58 | 22 | 0 | E | CB | 4E | 30 |
| Octal | 33 | 221 | 333 | 130 | 42 | 0 | 16 | 313 | 116 | 60 |
| Binary | 11011 | 10010001 | 11011011 | 1011000 | 100010 | 0 | 1110 | 11001011 | 1001110 | 110000 |
Color Harmonies of #1B91DB
Complementary color
Monochromatic Colors of #1B91DB
Black with #1B91DB
Text Example
Text Example
White with #1B91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B91DB; }
p { color: rgb(27,145,219); }
H1.HeaderClassName
{
color: #1B91DB;
}
.AnyTagClassName
{
color: #1B91DB;
}
</style>
background-color css
<style>
a { background-color: #1B91DB; }
a { background-color: rgb(27,145,219); }
div.DivClassName
{
background-color: #1B91DB;
}
.BgClassName
{
background-color: #1B91DB;
}
</style>
border-color css
<style>
span { border-color: #1B91DB; }
span { border-color: rgb(27,145,219); }
td.TdClassName
{
border-color: #1B91DB;
}
.TagClassName
{
border-color: #1B91DB;
}
</style>