Shades of Dodger Blue #1BA9EF
Tints of Dodger Blue #1BA9EF
RGB
CMYK
RGB Variations
Color information
#1BA9EF (or 0x1BA9EF) is known color: Dodger Blue. HEX triplet: 1B, A9 and EF. RGB value is (27,169,239). Sum of RGB (Red+Green+Blue) = 27+169+239=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BA9EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA9EF is #E45610. Grayscale: #868686. Windows color (decimal): -14964241 or 15706395. OLE color: 15706395.
HSL color Cylindrical-coordinate representation of color #1BA9EF: hue angle of 199.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA9EF is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 169 | 239 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.06 |
| HSL | 199.81º | 0.87% | 0.52% | - |
| HSV(B) | 199.81º | 0.89% | 0.94% | - |
| XYZ | 30.22 | 34.84 | 86.79 | - |
| YUV | 134.52 | 186.96 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 239 | 0.89 | 0.29 | 0 | 0.06 | 199.81 | 0.87 | 0.52 |
| Hex | 1B | A9 | EF | 59 | 1D | 0 | 6 | C8 | 57 | 34 |
| Octal | 33 | 251 | 357 | 131 | 35 | 0 | 6 | 310 | 127 | 64 |
| Binary | 11011 | 10101001 | 11101111 | 1011001 | 11101 | 0 | 110 | 11001000 | 1010111 | 110100 |
Color Harmonies of #1BA9EF
Complementary color
Monochromatic Colors of #1BA9EF
Black with #1BA9EF
Text Example
Text Example
White with #1BA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA9EF; }
p { color: rgb(27,169,239); }
H1.HeaderClassName
{
color: #1BA9EF;
}
.AnyTagClassName
{
color: #1BA9EF;
}
</style>
background-color css
<style>
a { background-color: #1BA9EF; }
a { background-color: rgb(27,169,239); }
div.DivClassName
{
background-color: #1BA9EF;
}
.BgClassName
{
background-color: #1BA9EF;
}
</style>
border-color css
<style>
span { border-color: #1BA9EF; }
span { border-color: rgb(27,169,239); }
td.TdClassName
{
border-color: #1BA9EF;
}
.TagClassName
{
border-color: #1BA9EF;
}
</style>