Shades of Dodger Blue #1B8DDF
Tints of Dodger Blue #1B8DDF
RGB
CMYK
RGB Variations
Color information
#1B8DDF (or 0x1B8DDF) is known color: Dodger Blue. HEX triplet: 1B, 8D and DF. RGB value is (27,141,223). Sum of RGB (Red+Green+Blue) = 27+141+223=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B8DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8DDF is #E47220. Grayscale: #737373. Windows color (decimal): -14971425 or 14650651. OLE color: 14650651.
HSL color Cylindrical-coordinate representation of color #1B8DDF: hue angle of 205.1º 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 #1B8DDF is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 141 | 223 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.13 |
| HSL | 205.1º | 0.78% | 0.49% | - |
| HSV(B) | 205.1º | 0.88% | 0.87% | - |
| XYZ | 23.3 | 24.61 | 73.33 | - |
| YUV | 116.26 | 188.23 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 223 | 0.88 | 0.37 | 0 | 0.13 | 205.1 | 0.78 | 0.49 |
| Hex | 1B | 8D | DF | 58 | 25 | 0 | D | CD | 4E | 31 |
| Octal | 33 | 215 | 337 | 130 | 45 | 0 | 15 | 315 | 116 | 61 |
| Binary | 11011 | 10001101 | 11011111 | 1011000 | 100101 | 0 | 1101 | 11001101 | 1001110 | 110001 |
Color Harmonies of #1B8DDF
Complementary color
Monochromatic Colors of #1B8DDF
Black with #1B8DDF
Text Example
Text Example
White with #1B8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DDF; }
p { color: rgb(27,141,223); }
H1.HeaderClassName
{
color: #1B8DDF;
}
.AnyTagClassName
{
color: #1B8DDF;
}
</style>
background-color css
<style>
a { background-color: #1B8DDF; }
a { background-color: rgb(27,141,223); }
div.DivClassName
{
background-color: #1B8DDF;
}
.BgClassName
{
background-color: #1B8DDF;
}
</style>
border-color css
<style>
span { border-color: #1B8DDF; }
span { border-color: rgb(27,141,223); }
td.TdClassName
{
border-color: #1B8DDF;
}
.TagClassName
{
border-color: #1B8DDF;
}
</style>