Shades of Dodger Blue #1B8BDF
Tints of Dodger Blue #1B8BDF
RGB
CMYK
RGB Variations
Color information
#1B8BDF (or 0x1B8BDF) is known color: Dodger Blue. HEX triplet: 1B, 8B and DF. RGB value is (27,139,223). Sum of RGB (Red+Green+Blue) = 27+139+223=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B8BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8BDF is #E47420. Grayscale: #727272. Windows color (decimal): -14971937 or 14650139. OLE color: 14650139.
HSL color Cylindrical-coordinate representation of color #1B8BDF: hue angle of 205.71º 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 #1B8BDF is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 139 | 223 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.13 |
| HSL | 205.71º | 0.78% | 0.49% | - |
| HSV(B) | 205.71º | 0.88% | 0.87% | - |
| XYZ | 23 | 24.03 | 73.24 | - |
| YUV | 115.09 | 188.89 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 223 | 0.88 | 0.38 | 0 | 0.13 | 205.71 | 0.78 | 0.49 |
| Hex | 1B | 8B | DF | 58 | 26 | 0 | D | CE | 4E | 31 |
| Octal | 33 | 213 | 337 | 130 | 46 | 0 | 15 | 316 | 116 | 61 |
| Binary | 11011 | 10001011 | 11011111 | 1011000 | 100110 | 0 | 1101 | 11001110 | 1001110 | 110001 |
Color Harmonies of #1B8BDF
Complementary color
Monochromatic Colors of #1B8BDF
Black with #1B8BDF
Text Example
Text Example
White with #1B8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8BDF; }
p { color: rgb(27,139,223); }
H1.HeaderClassName
{
color: #1B8BDF;
}
.AnyTagClassName
{
color: #1B8BDF;
}
</style>
background-color css
<style>
a { background-color: #1B8BDF; }
a { background-color: rgb(27,139,223); }
div.DivClassName
{
background-color: #1B8BDF;
}
.BgClassName
{
background-color: #1B8BDF;
}
</style>
border-color css
<style>
span { border-color: #1B8BDF; }
span { border-color: rgb(27,139,223); }
td.TdClassName
{
border-color: #1B8BDF;
}
.TagClassName
{
border-color: #1B8BDF;
}
</style>