Shades of Dodger Blue #1B81EB
Tints of Dodger Blue #1B81EB
RGB
CMYK
RGB Variations
Color information
#1B81EB (or 0x1B81EB) is known color: Dodger Blue. HEX triplet: 1B, 81 and EB. RGB value is (27,129,235). Sum of RGB (Red+Green+Blue) = 27+129+235=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B81EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B81EB is #E47E14. Grayscale: #6E6E6E. Windows color (decimal): -14974485 or 15434011. OLE color: 15434011.
HSL color Cylindrical-coordinate representation of color #1B81EB: hue angle of 210.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B81EB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 129 | 235 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.08 |
| HSL | 210.58º | 0.84% | 0.51% | - |
| HSV(B) | 210.58º | 0.89% | 0.92% | - |
| XYZ | 23.3 | 21.93 | 81.6 | - |
| YUV | 110.59 | 198.21 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 235 | 0.89 | 0.45 | 0 | 0.08 | 210.58 | 0.84 | 0.51 |
| Hex | 1B | 81 | EB | 59 | 2D | 0 | 8 | D3 | 54 | 33 |
| Octal | 33 | 201 | 353 | 131 | 55 | 0 | 10 | 323 | 124 | 63 |
| Binary | 11011 | 10000001 | 11101011 | 1011001 | 101101 | 0 | 1000 | 11010011 | 1010100 | 110011 |
Color Harmonies of #1B81EB
Complementary color
Monochromatic Colors of #1B81EB
Black with #1B81EB
Text Example
Text Example
White with #1B81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B81EB; }
p { color: rgb(27,129,235); }
H1.HeaderClassName
{
color: #1B81EB;
}
.AnyTagClassName
{
color: #1B81EB;
}
</style>
background-color css
<style>
a { background-color: #1B81EB; }
a { background-color: rgb(27,129,235); }
div.DivClassName
{
background-color: #1B81EB;
}
.BgClassName
{
background-color: #1B81EB;
}
</style>
border-color css
<style>
span { border-color: #1B81EB; }
span { border-color: rgb(27,129,235); }
td.TdClassName
{
border-color: #1B81EB;
}
.TagClassName
{
border-color: #1B81EB;
}
</style>