Shades of Dodger Blue #1B7EE0
Tints of Dodger Blue #1B7EE0
RGB
CMYK
RGB Variations
Color information
#1B7EE0 (or 0x1B7EE0) is known color: Dodger Blue. HEX triplet: 1B, 7E and E0. RGB value is (27,126,224). Sum of RGB (Red+Green+Blue) = 27+126+224=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #1B7EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7EE0 is #E4811F. Grayscale: #6B6B6B. Windows color (decimal): -14975264 or 14712347. OLE color: 14712347.
HSL color Cylindrical-coordinate representation of color #1B7EE0: hue angle of 209.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7EE0 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 126 | 224 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.12 |
| HSL | 209.85º | 0.78% | 0.49% | - |
| HSV(B) | 209.85º | 0.88% | 0.88% | - |
| XYZ | 21.37 | 20.54 | 73.36 | - |
| YUV | 107.57 | 193.7 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 224 | 0.88 | 0.44 | 0 | 0.12 | 209.85 | 0.78 | 0.49 |
| Hex | 1B | 7E | E0 | 58 | 2C | 0 | C | D2 | 4E | 31 |
| Octal | 33 | 176 | 340 | 130 | 54 | 0 | 14 | 322 | 116 | 61 |
| Binary | 11011 | 1111110 | 11100000 | 1011000 | 101100 | 0 | 1100 | 11010010 | 1001110 | 110001 |
Color Harmonies of #1B7EE0
Complementary color
Monochromatic Colors of #1B7EE0
Black with #1B7EE0
Text Example
Text Example
White with #1B7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7EE0; }
p { color: rgb(27,126,224); }
H1.HeaderClassName
{
color: #1B7EE0;
}
.AnyTagClassName
{
color: #1B7EE0;
}
</style>
background-color css
<style>
a { background-color: #1B7EE0; }
a { background-color: rgb(27,126,224); }
div.DivClassName
{
background-color: #1B7EE0;
}
.BgClassName
{
background-color: #1B7EE0;
}
</style>
border-color css
<style>
span { border-color: #1B7EE0; }
span { border-color: rgb(27,126,224); }
td.TdClassName
{
border-color: #1B7EE0;
}
.TagClassName
{
border-color: #1B7EE0;
}
</style>