Shades of Dodger Blue #1B9EFE
Tints of Dodger Blue #1B9EFE
RGB
CMYK
RGB Variations
Color information
#1B9EFE (or 0x1B9EFE) is known color: Dodger Blue. HEX triplet: 1B, 9E and FE. RGB value is (27,158,254). Sum of RGB (Red+Green+Blue) = 27+158+254=439 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.15% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9EFE is #E46101. Grayscale: #818181. Windows color (decimal): -14967042 or 16686619. OLE color: 16686619.
HSL color Cylindrical-coordinate representation of color #1B9EFE: hue angle of 205.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9EFE is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 158 | 254 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.00 |
| HSL | 205.37º | 0.99% | 0.55% | - |
| HSV(B) | 205.37º | 0.89% | 1% | - |
| XYZ | 30.57 | 31.84 | 98.3 | - |
| YUV | 129.78 | 198.1 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 254 | 0.89 | 0.38 | 0 | 0.00 | 205.37 | 0.99 | 0.55 |
| Hex | 1B | 9E | FE | 59 | 26 | 0 | 0 | CD | 63 | 37 |
| Octal | 33 | 236 | 376 | 131 | 46 | 0 | 0 | 315 | 143 | 67 |
| Binary | 11011 | 10011110 | 11111110 | 1011001 | 100110 | 0 | 0 | 11001101 | 1100011 | 110111 |
Color Harmonies of #1B9EFE
Complementary color
Monochromatic Colors of #1B9EFE
Black with #1B9EFE
Text Example
Text Example
White with #1B9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9EFE; }
p { color: rgb(27,158,254); }
H1.HeaderClassName
{
color: #1B9EFE;
}
.AnyTagClassName
{
color: #1B9EFE;
}
</style>
background-color css
<style>
a { background-color: #1B9EFE; }
a { background-color: rgb(27,158,254); }
div.DivClassName
{
background-color: #1B9EFE;
}
.BgClassName
{
background-color: #1B9EFE;
}
</style>
border-color css
<style>
span { border-color: #1B9EFE; }
span { border-color: rgb(27,158,254); }
td.TdClassName
{
border-color: #1B9EFE;
}
.TagClassName
{
border-color: #1B9EFE;
}
</style>