Shades of Dodger Blue #1BA2EB
Tints of Dodger Blue #1BA2EB
RGB
CMYK
RGB Variations
Color information
#1BA2EB (or 0x1BA2EB) is known color: Dodger Blue. HEX triplet: 1B, A2 and EB. RGB value is (27,162,235). Sum of RGB (Red+Green+Blue) = 27+162+235=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BA2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA2EB is #E45D14. Grayscale: #818181. Windows color (decimal): -14966037 or 15442459. OLE color: 15442459.
HSL color Cylindrical-coordinate representation of color #1BA2EB: hue angle of 201.06º 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 #1BA2EB is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 162 | 235 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.08 |
| HSL | 201.06º | 0.84% | 0.51% | - |
| HSV(B) | 201.06º | 0.89% | 0.92% | - |
| XYZ | 28.37 | 32.07 | 83.29 | - |
| YUV | 129.96 | 187.27 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 162 | 235 | 0.89 | 0.31 | 0 | 0.08 | 201.06 | 0.84 | 0.51 |
| Hex | 1B | A2 | EB | 59 | 1F | 0 | 8 | C9 | 54 | 33 |
| Octal | 33 | 242 | 353 | 131 | 37 | 0 | 10 | 311 | 124 | 63 |
| Binary | 11011 | 10100010 | 11101011 | 1011001 | 11111 | 0 | 1000 | 11001001 | 1010100 | 110011 |
Color Harmonies of #1BA2EB
Complementary color
Monochromatic Colors of #1BA2EB
Black with #1BA2EB
Text Example
Text Example
White with #1BA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA2EB; }
p { color: rgb(27,162,235); }
H1.HeaderClassName
{
color: #1BA2EB;
}
.AnyTagClassName
{
color: #1BA2EB;
}
</style>
background-color css
<style>
a { background-color: #1BA2EB; }
a { background-color: rgb(27,162,235); }
div.DivClassName
{
background-color: #1BA2EB;
}
.BgClassName
{
background-color: #1BA2EB;
}
</style>
border-color css
<style>
span { border-color: #1BA2EB; }
span { border-color: rgb(27,162,235); }
td.TdClassName
{
border-color: #1BA2EB;
}
.TagClassName
{
border-color: #1BA2EB;
}
</style>