Shades of Dodger Blue #1B82E5
Tints of Dodger Blue #1B82E5
RGB
CMYK
RGB Variations
Color information
#1B82E5 (or 0x1B82E5) is known color: Dodger Blue. HEX triplet: 1B, 82 and E5. RGB value is (27,130,229). Sum of RGB (Red+Green+Blue) = 27+130+229=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #1B82E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B82E5 is #E47D1A. Grayscale: #6D6D6D. Windows color (decimal): -14974235 or 15041051. OLE color: 15041051.
HSL color Cylindrical-coordinate representation of color #1B82E5: hue angle of 209.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B82E5 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 130 | 229 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.10 |
| HSL | 209.41º | 0.8% | 0.5% | - |
| HSV(B) | 209.41º | 0.88% | 0.9% | - |
| XYZ | 22.58 | 21.86 | 77.16 | - |
| YUV | 110.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 229 | 0.88 | 0.43 | 0 | 0.10 | 209.41 | 0.8 | 0.5 |
| Hex | 1B | 82 | E5 | 58 | 2B | 0 | A | D1 | 50 | 32 |
| Octal | 33 | 202 | 345 | 130 | 53 | 0 | 12 | 321 | 120 | 62 |
| Binary | 11011 | 10000010 | 11100101 | 1011000 | 101011 | 0 | 1010 | 11010001 | 1010000 | 110010 |
Color Harmonies of #1B82E5
Complementary color
Monochromatic Colors of #1B82E5
Black with #1B82E5
Text Example
Text Example
White with #1B82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B82E5; }
p { color: rgb(27,130,229); }
H1.HeaderClassName
{
color: #1B82E5;
}
.AnyTagClassName
{
color: #1B82E5;
}
</style>
background-color css
<style>
a { background-color: #1B82E5; }
a { background-color: rgb(27,130,229); }
div.DivClassName
{
background-color: #1B82E5;
}
.BgClassName
{
background-color: #1B82E5;
}
</style>
border-color css
<style>
span { border-color: #1B82E5; }
span { border-color: rgb(27,130,229); }
td.TdClassName
{
border-color: #1B82E5;
}
.TagClassName
{
border-color: #1B82E5;
}
</style>