Shades of Dodger Blue #1B9EFB
Tints of Dodger Blue #1B9EFB
RGB
CMYK
RGB Variations
Color information
#1B9EFB (or 0x1B9EFB) is known color: Dodger Blue. HEX triplet: 1B, 9E and FB. RGB value is (27,158,251). Sum of RGB (Red+Green+Blue) = 27+158+251=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B9EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9EFB is #E46104. Grayscale: #808080. Windows color (decimal): -14967045 or 16490011. OLE color: 16490011.
HSL color Cylindrical-coordinate representation of color #1B9EFB: hue angle of 204.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9EFB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 158 | 251 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.02 |
| HSL | 204.91º | 0.97% | 0.55% | - |
| HSV(B) | 204.91º | 0.89% | 0.98% | - |
| XYZ | 30.09 | 31.65 | 95.79 | - |
| YUV | 129.43 | 196.6 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 251 | 0.89 | 0.37 | 0 | 0.02 | 204.91 | 0.97 | 0.55 |
| Hex | 1B | 9E | FB | 59 | 25 | 0 | 2 | CD | 61 | 37 |
| Octal | 33 | 236 | 373 | 131 | 45 | 0 | 2 | 315 | 141 | 67 |
| Binary | 11011 | 10011110 | 11111011 | 1011001 | 100101 | 0 | 10 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1B9EFB
Complementary color
Monochromatic Colors of #1B9EFB
Black with #1B9EFB
Text Example
Text Example
White with #1B9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9EFB; }
p { color: rgb(27,158,251); }
H1.HeaderClassName
{
color: #1B9EFB;
}
.AnyTagClassName
{
color: #1B9EFB;
}
</style>
background-color css
<style>
a { background-color: #1B9EFB; }
a { background-color: rgb(27,158,251); }
div.DivClassName
{
background-color: #1B9EFB;
}
.BgClassName
{
background-color: #1B9EFB;
}
</style>
border-color css
<style>
span { border-color: #1B9EFB; }
span { border-color: rgb(27,158,251); }
td.TdClassName
{
border-color: #1B9EFB;
}
.TagClassName
{
border-color: #1B9EFB;
}
</style>