Shades of Dodger Blue #1B7EDF
Tints of Dodger Blue #1B7EDF
RGB
CMYK
RGB Variations
Color information
#1B7EDF (or 0x1B7EDF) is known color: Dodger Blue. HEX triplet: 1B, 7E and DF. RGB value is (27,126,223). Sum of RGB (Red+Green+Blue) = 27+126+223=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B7EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7EDF is #E48120. Grayscale: #6A6A6A. Windows color (decimal): -14975265 or 14646811. OLE color: 14646811.
HSL color Cylindrical-coordinate representation of color #1B7EDF: hue angle of 209.69º 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 #1B7EDF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 126 | 223 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.13 |
| HSL | 209.69º | 0.78% | 0.49% | - |
| HSV(B) | 209.69º | 0.88% | 0.87% | - |
| XYZ | 21.23 | 20.48 | 72.65 | - |
| YUV | 107.46 | 193.2 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 223 | 0.88 | 0.43 | 0 | 0.13 | 209.69 | 0.78 | 0.49 |
| Hex | 1B | 7E | DF | 58 | 2B | 0 | D | D2 | 4E | 31 |
| Octal | 33 | 176 | 337 | 130 | 53 | 0 | 15 | 322 | 116 | 61 |
| Binary | 11011 | 1111110 | 11011111 | 1011000 | 101011 | 0 | 1101 | 11010010 | 1001110 | 110001 |
Color Harmonies of #1B7EDF
Complementary color
Monochromatic Colors of #1B7EDF
Black with #1B7EDF
Text Example
Text Example
White with #1B7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7EDF; }
p { color: rgb(27,126,223); }
H1.HeaderClassName
{
color: #1B7EDF;
}
.AnyTagClassName
{
color: #1B7EDF;
}
</style>
background-color css
<style>
a { background-color: #1B7EDF; }
a { background-color: rgb(27,126,223); }
div.DivClassName
{
background-color: #1B7EDF;
}
.BgClassName
{
background-color: #1B7EDF;
}
</style>
border-color css
<style>
span { border-color: #1B7EDF; }
span { border-color: rgb(27,126,223); }
td.TdClassName
{
border-color: #1B7EDF;
}
.TagClassName
{
border-color: #1B7EDF;
}
</style>