Shades of Dodger Blue #1B7EDC
Tints of Dodger Blue #1B7EDC
RGB
CMYK
RGB Variations
Color information
#1B7EDC (or 0x1B7EDC) is known color: Dodger Blue. HEX triplet: 1B, 7E and DC. RGB value is (27,126,220). Sum of RGB (Red+Green+Blue) = 27+126+220=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7EDC is #E48123. Grayscale: #6A6A6A. Windows color (decimal): -14975268 or 14450203. OLE color: 14450203.
HSL color Cylindrical-coordinate representation of color #1B7EDC: hue angle of 209.22º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7EDC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 126 | 220 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.14 |
| HSL | 209.22º | 0.78% | 0.48% | - |
| HSV(B) | 209.22º | 0.88% | 0.86% | - |
| XYZ | 20.83 | 20.32 | 70.53 | - |
| YUV | 107.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 220 | 0.88 | 0.43 | 0 | 0.14 | 209.22 | 0.78 | 0.48 |
| Hex | 1B | 7E | DC | 58 | 2B | 0 | E | D1 | 4E | 30 |
| Octal | 33 | 176 | 334 | 130 | 53 | 0 | 16 | 321 | 116 | 60 |
| Binary | 11011 | 1111110 | 11011100 | 1011000 | 101011 | 0 | 1110 | 11010001 | 1001110 | 110000 |
Color Harmonies of #1B7EDC
Complementary color
Monochromatic Colors of #1B7EDC
Black with #1B7EDC
Text Example
Text Example
White with #1B7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7EDC; }
p { color: rgb(27,126,220); }
H1.HeaderClassName
{
color: #1B7EDC;
}
.AnyTagClassName
{
color: #1B7EDC;
}
</style>
background-color css
<style>
a { background-color: #1B7EDC; }
a { background-color: rgb(27,126,220); }
div.DivClassName
{
background-color: #1B7EDC;
}
.BgClassName
{
background-color: #1B7EDC;
}
</style>
border-color css
<style>
span { border-color: #1B7EDC; }
span { border-color: rgb(27,126,220); }
td.TdClassName
{
border-color: #1B7EDC;
}
.TagClassName
{
border-color: #1B7EDC;
}
</style>