Shades of Dodger Blue #1B7DDE
Tints of Dodger Blue #1B7DDE
RGB
CMYK
RGB Variations
Color information
#1B7DDE (or 0x1B7DDE) is known color: Dodger Blue. HEX triplet: 1B, 7D and DE. RGB value is (27,125,222). Sum of RGB (Red+Green+Blue) = 27+125+222=374 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.22% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B7DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DDE is #E48221. Grayscale: #6A6A6A. Windows color (decimal): -14975522 or 14581019. OLE color: 14581019.
HSL color Cylindrical-coordinate representation of color #1B7DDE: hue angle of 209.85º 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 #1B7DDE is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 125 | 222 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.13 |
| HSL | 209.85º | 0.78% | 0.49% | - |
| HSV(B) | 209.85º | 0.88% | 0.87% | - |
| XYZ | 20.97 | 20.17 | 71.9 | - |
| YUV | 106.76 | 193.03 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 222 | 0.88 | 0.44 | 0 | 0.13 | 209.85 | 0.78 | 0.49 |
| Hex | 1B | 7D | DE | 58 | 2C | 0 | D | D2 | 4E | 31 |
| Octal | 33 | 175 | 336 | 130 | 54 | 0 | 15 | 322 | 116 | 61 |
| Binary | 11011 | 1111101 | 11011110 | 1011000 | 101100 | 0 | 1101 | 11010010 | 1001110 | 110001 |
Color Harmonies of #1B7DDE
Complementary color
Monochromatic Colors of #1B7DDE
Black with #1B7DDE
Text Example
Text Example
White with #1B7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DDE; }
p { color: rgb(27,125,222); }
H1.HeaderClassName
{
color: #1B7DDE;
}
.AnyTagClassName
{
color: #1B7DDE;
}
</style>
background-color css
<style>
a { background-color: #1B7DDE; }
a { background-color: rgb(27,125,222); }
div.DivClassName
{
background-color: #1B7DDE;
}
.BgClassName
{
background-color: #1B7DDE;
}
</style>
border-color css
<style>
span { border-color: #1B7DDE; }
span { border-color: rgb(27,125,222); }
td.TdClassName
{
border-color: #1B7DDE;
}
.TagClassName
{
border-color: #1B7DDE;
}
</style>