Shades of Dodger Blue #1B86FF
Tints of Dodger Blue #1B86FF
RGB
CMYK
RGB Variations
Color information
#1B86FF (or 0x1B86FF) is known color: Dodger Blue. HEX triplet: 1B, 86 and FF. RGB value is (27,134,255). Sum of RGB (Red+Green+Blue) = 27+134+255=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B86FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B86FF is #E47900. Grayscale: #737373. Windows color (decimal): -14973185 or 16746011. OLE color: 16746011.
HSL color Cylindrical-coordinate representation of color #1B86FF: hue angle of 211.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B86FF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 134 | 255 | - |
| CMYK | 0.89 | 0.47 | 0 | 0 |
| HSL | 211.84º | 1% | 0.55% | - |
| HSV(B) | 211.84º | 0.89% | 1% | - |
| XYZ | 27.03 | 24.5 | 97.91 | - |
| YUV | 115.8 | 206.55 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 255 | 0.89 | 0.47 | 0 | 0 | 211.84 | 1 | 0.55 |
| Hex | 1B | 86 | FF | 59 | 2F | 0 | 0 | D4 | 64 | 37 |
| Octal | 33 | 206 | 377 | 131 | 57 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11011 | 10000110 | 11111111 | 1011001 | 101111 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1B86FF
Complementary color
Monochromatic Colors of #1B86FF
Black with #1B86FF
Text Example
Text Example
White with #1B86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B86FF; }
p { color: rgb(27,134,255); }
H1.HeaderClassName
{
color: #1B86FF;
}
.AnyTagClassName
{
color: #1B86FF;
}
</style>
background-color css
<style>
a { background-color: #1B86FF; }
a { background-color: rgb(27,134,255); }
div.DivClassName
{
background-color: #1B86FF;
}
.BgClassName
{
background-color: #1B86FF;
}
</style>
border-color css
<style>
span { border-color: #1B86FF; }
span { border-color: rgb(27,134,255); }
td.TdClassName
{
border-color: #1B86FF;
}
.TagClassName
{
border-color: #1B86FF;
}
</style>