Shades of Dodger Blue #1B85FF
Tints of Dodger Blue #1B85FF
RGB
CMYK
RGB Variations
Color information
#1B85FF (or 0x1B85FF) is known color: Dodger Blue. HEX triplet: 1B, 85 and FF. RGB value is (27,133,255). Sum of RGB (Red+Green+Blue) = 27+133+255=415 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.51% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B85FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B85FF is #E47A00. Grayscale: #727272. Windows color (decimal): -14973441 or 16745755. OLE color: 16745755.
HSL color Cylindrical-coordinate representation of color #1B85FF: hue angle of 212.11º 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 #1B85FF is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 133 | 255 | - |
| CMYK | 0.89 | 0.48 | 0 | 0 |
| HSL | 212.11º | 1% | 0.55% | - |
| HSV(B) | 212.11º | 0.89% | 1% | - |
| XYZ | 26.89 | 24.23 | 97.87 | - |
| YUV | 115.21 | 206.88 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 255 | 0.89 | 0.48 | 0 | 0 | 212.11 | 1 | 0.55 |
| Hex | 1B | 85 | FF | 59 | 30 | 0 | 0 | D4 | 64 | 37 |
| Octal | 33 | 205 | 377 | 131 | 60 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11011 | 10000101 | 11111111 | 1011001 | 110000 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1B85FF
Complementary color
Monochromatic Colors of #1B85FF
Black with #1B85FF
Text Example
Text Example
White with #1B85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B85FF; }
p { color: rgb(27,133,255); }
H1.HeaderClassName
{
color: #1B85FF;
}
.AnyTagClassName
{
color: #1B85FF;
}
</style>
background-color css
<style>
a { background-color: #1B85FF; }
a { background-color: rgb(27,133,255); }
div.DivClassName
{
background-color: #1B85FF;
}
.BgClassName
{
background-color: #1B85FF;
}
</style>
border-color css
<style>
span { border-color: #1B85FF; }
span { border-color: rgb(27,133,255); }
td.TdClassName
{
border-color: #1B85FF;
}
.TagClassName
{
border-color: #1B85FF;
}
</style>