Shades of Dodger Blue #1B8DDD
Tints of Dodger Blue #1B8DDD
RGB
CMYK
RGB Variations
Color information
#1B8DDD (or 0x1B8DDD) is known color: Dodger Blue. HEX triplet: 1B, 8D and DD. RGB value is (27,141,221). Sum of RGB (Red+Green+Blue) = 27+141+221=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B8DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8DDD is #E47222. Grayscale: #737373. Windows color (decimal): -14971427 or 14519579. OLE color: 14519579.
HSL color Cylindrical-coordinate representation of color #1B8DDD: hue angle of 204.74º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B8DDD is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 141 | 221 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.13 |
| HSL | 204.74º | 0.78% | 0.49% | - |
| HSV(B) | 204.74º | 0.88% | 0.87% | - |
| XYZ | 23.03 | 24.5 | 71.92 | - |
| YUV | 116.03 | 187.23 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 221 | 0.88 | 0.36 | 0 | 0.13 | 204.74 | 0.78 | 0.49 |
| Hex | 1B | 8D | DD | 58 | 24 | 0 | D | CD | 4E | 31 |
| Octal | 33 | 215 | 335 | 130 | 44 | 0 | 15 | 315 | 116 | 61 |
| Binary | 11011 | 10001101 | 11011101 | 1011000 | 100100 | 0 | 1101 | 11001101 | 1001110 | 110001 |
Color Harmonies of #1B8DDD
Complementary color
Monochromatic Colors of #1B8DDD
Black with #1B8DDD
Text Example
Text Example
White with #1B8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DDD; }
p { color: rgb(27,141,221); }
H1.HeaderClassName
{
color: #1B8DDD;
}
.AnyTagClassName
{
color: #1B8DDD;
}
</style>
background-color css
<style>
a { background-color: #1B8DDD; }
a { background-color: rgb(27,141,221); }
div.DivClassName
{
background-color: #1B8DDD;
}
.BgClassName
{
background-color: #1B8DDD;
}
</style>
border-color css
<style>
span { border-color: #1B8DDD; }
span { border-color: rgb(27,141,221); }
td.TdClassName
{
border-color: #1B8DDD;
}
.TagClassName
{
border-color: #1B8DDD;
}
</style>