Shades of Dodger Blue #1B8BDD
Tints of Dodger Blue #1B8BDD
RGB
CMYK
RGB Variations
Color information
#1B8BDD (or 0x1B8BDD) is known color: Dodger Blue. HEX triplet: 1B, 8B and DD. RGB value is (27,139,221). Sum of RGB (Red+Green+Blue) = 27+139+221=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B8BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8BDD is #E47422. Grayscale: #727272. Windows color (decimal): -14971939 or 14519067. OLE color: 14519067.
HSL color Cylindrical-coordinate representation of color #1B8BDD: hue angle of 205.36º 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 #1B8BDD is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 139 | 221 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.13 |
| HSL | 205.36º | 0.78% | 0.49% | - |
| HSV(B) | 205.36º | 0.88% | 0.87% | - |
| XYZ | 22.74 | 23.92 | 71.83 | - |
| YUV | 114.86 | 187.89 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 221 | 0.88 | 0.37 | 0 | 0.13 | 205.36 | 0.78 | 0.49 |
| Hex | 1B | 8B | DD | 58 | 25 | 0 | D | CD | 4E | 31 |
| Octal | 33 | 213 | 335 | 130 | 45 | 0 | 15 | 315 | 116 | 61 |
| Binary | 11011 | 10001011 | 11011101 | 1011000 | 100101 | 0 | 1101 | 11001101 | 1001110 | 110001 |
Color Harmonies of #1B8BDD
Complementary color
Monochromatic Colors of #1B8BDD
Black with #1B8BDD
Text Example
Text Example
White with #1B8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8BDD; }
p { color: rgb(27,139,221); }
H1.HeaderClassName
{
color: #1B8BDD;
}
.AnyTagClassName
{
color: #1B8BDD;
}
</style>
background-color css
<style>
a { background-color: #1B8BDD; }
a { background-color: rgb(27,139,221); }
div.DivClassName
{
background-color: #1B8BDD;
}
.BgClassName
{
background-color: #1B8BDD;
}
</style>
border-color css
<style>
span { border-color: #1B8BDD; }
span { border-color: rgb(27,139,221); }
td.TdClassName
{
border-color: #1B8BDD;
}
.TagClassName
{
border-color: #1B8BDD;
}
</style>