Shades of Dodger Blue #1B9EF1
Tints of Dodger Blue #1B9EF1
RGB
CMYK
RGB Variations
Color information
#1B9EF1 (or 0x1B9EF1) is known color: Dodger Blue. HEX triplet: 1B, 9E and F1. RGB value is (27,158,241). Sum of RGB (Red+Green+Blue) = 27+158+241=426 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.34% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B9EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9EF1 is #E4610E. Grayscale: #7F7F7F. Windows color (decimal): -14967055 or 15834651. OLE color: 15834651.
HSL color Cylindrical-coordinate representation of color #1B9EF1: hue angle of 203.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9EF1 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 158 | 241 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.05 |
| HSL | 203.27º | 0.88% | 0.53% | - |
| HSV(B) | 203.27º | 0.89% | 0.95% | - |
| XYZ | 28.56 | 31.04 | 87.7 | - |
| YUV | 128.29 | 191.6 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 241 | 0.89 | 0.34 | 0 | 0.05 | 203.27 | 0.88 | 0.53 |
| Hex | 1B | 9E | F1 | 59 | 22 | 0 | 5 | CB | 58 | 35 |
| Octal | 33 | 236 | 361 | 131 | 42 | 0 | 5 | 313 | 130 | 65 |
| Binary | 11011 | 10011110 | 11110001 | 1011001 | 100010 | 0 | 101 | 11001011 | 1011000 | 110101 |
Color Harmonies of #1B9EF1
Complementary color
Monochromatic Colors of #1B9EF1
Black with #1B9EF1
Text Example
Text Example
White with #1B9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9EF1; }
p { color: rgb(27,158,241); }
H1.HeaderClassName
{
color: #1B9EF1;
}
.AnyTagClassName
{
color: #1B9EF1;
}
</style>
background-color css
<style>
a { background-color: #1B9EF1; }
a { background-color: rgb(27,158,241); }
div.DivClassName
{
background-color: #1B9EF1;
}
.BgClassName
{
background-color: #1B9EF1;
}
</style>
border-color css
<style>
span { border-color: #1B9EF1; }
span { border-color: rgb(27,158,241); }
td.TdClassName
{
border-color: #1B9EF1;
}
.TagClassName
{
border-color: #1B9EF1;
}
</style>