Shades of Dodger Blue #1BA1EB
Tints of Dodger Blue #1BA1EB
RGB
CMYK
RGB Variations
Color information
#1BA1EB (or 0x1BA1EB) is known color: Dodger Blue. HEX triplet: 1B, A1 and EB. RGB value is (27,161,235). Sum of RGB (Red+Green+Blue) = 27+161+235=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BA1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA1EB is #E45E14. Grayscale: #808080. Windows color (decimal): -14966293 or 15442203. OLE color: 15442203.
HSL color Cylindrical-coordinate representation of color #1BA1EB: hue angle of 201.35º 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 #1BA1EB is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 161 | 235 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.08 |
| HSL | 201.35º | 0.84% | 0.51% | - |
| HSV(B) | 201.35º | 0.89% | 0.92% | - |
| XYZ | 28.19 | 31.72 | 83.23 | - |
| YUV | 129.37 | 187.61 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 235 | 0.89 | 0.31 | 0 | 0.08 | 201.35 | 0.84 | 0.51 |
| Hex | 1B | A1 | EB | 59 | 1F | 0 | 8 | C9 | 54 | 33 |
| Octal | 33 | 241 | 353 | 131 | 37 | 0 | 10 | 311 | 124 | 63 |
| Binary | 11011 | 10100001 | 11101011 | 1011001 | 11111 | 0 | 1000 | 11001001 | 1010100 | 110011 |
Color Harmonies of #1BA1EB
Complementary color
Monochromatic Colors of #1BA1EB
Black with #1BA1EB
Text Example
Text Example
White with #1BA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1EB; }
p { color: rgb(27,161,235); }
H1.HeaderClassName
{
color: #1BA1EB;
}
.AnyTagClassName
{
color: #1BA1EB;
}
</style>
background-color css
<style>
a { background-color: #1BA1EB; }
a { background-color: rgb(27,161,235); }
div.DivClassName
{
background-color: #1BA1EB;
}
.BgClassName
{
background-color: #1BA1EB;
}
</style>
border-color css
<style>
span { border-color: #1BA1EB; }
span { border-color: rgb(27,161,235); }
td.TdClassName
{
border-color: #1BA1EB;
}
.TagClassName
{
border-color: #1BA1EB;
}
</style>