Shades of Dodger Blue #1BA9F9
Tints of Dodger Blue #1BA9F9
RGB
CMYK
RGB Variations
Color information
#1BA9F9 (or 0x1BA9F9) is known color: Dodger Blue. HEX triplet: 1B, A9 and F9. RGB value is (27,169,249). Sum of RGB (Red+Green+Blue) = 27+169+249=445 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.07% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #1BA9F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA9F9 is #E45606. Grayscale: #878787. Windows color (decimal): -14964231 or 16361755. OLE color: 16361755.
HSL color Cylindrical-coordinate representation of color #1BA9F9: hue angle of 201.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA9F9 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 169 | 249 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.02 |
| HSL | 201.62º | 0.95% | 0.54% | - |
| HSV(B) | 201.62º | 0.89% | 0.98% | - |
| XYZ | 31.74 | 35.45 | 94.79 | - |
| YUV | 135.66 | 191.96 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 249 | 0.89 | 0.32 | 0 | 0.02 | 201.62 | 0.95 | 0.54 |
| Hex | 1B | A9 | F9 | 59 | 20 | 0 | 2 | CA | 5F | 36 |
| Octal | 33 | 251 | 371 | 131 | 40 | 0 | 2 | 312 | 137 | 66 |
| Binary | 11011 | 10101001 | 11111001 | 1011001 | 100000 | 0 | 10 | 11001010 | 1011111 | 110110 |
Color Harmonies of #1BA9F9
Complementary color
Monochromatic Colors of #1BA9F9
Black with #1BA9F9
Text Example
Text Example
White with #1BA9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA9F9; }
p { color: rgb(27,169,249); }
H1.HeaderClassName
{
color: #1BA9F9;
}
.AnyTagClassName
{
color: #1BA9F9;
}
</style>
background-color css
<style>
a { background-color: #1BA9F9; }
a { background-color: rgb(27,169,249); }
div.DivClassName
{
background-color: #1BA9F9;
}
.BgClassName
{
background-color: #1BA9F9;
}
</style>
border-color css
<style>
span { border-color: #1BA9F9; }
span { border-color: rgb(27,169,249); }
td.TdClassName
{
border-color: #1BA9F9;
}
.TagClassName
{
border-color: #1BA9F9;
}
</style>