Shades of Dodger Blue #1B87FF
Tints of Dodger Blue #1B87FF
RGB
CMYK
RGB Variations
Color information
#1B87FF (or 0x1B87FF) is known color: Dodger Blue. HEX triplet: 1B, 87 and FF. RGB value is (27,135,255). Sum of RGB (Red+Green+Blue) = 27+135+255=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B87FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B87FF is #E47800. Grayscale: #737373. Windows color (decimal): -14972929 or 16746267. OLE color: 16746267.
HSL color Cylindrical-coordinate representation of color #1B87FF: hue angle of 211.58º 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 #1B87FF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 135 | 255 | - |
| CMYK | 0.89 | 0.47 | 0 | 0 |
| HSL | 211.58º | 1% | 0.55% | - |
| HSV(B) | 211.58º | 0.89% | 1% | - |
| XYZ | 27.17 | 24.78 | 97.96 | - |
| YUV | 116.39 | 206.22 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 255 | 0.89 | 0.47 | 0 | 0 | 211.58 | 1 | 0.55 |
| Hex | 1B | 87 | FF | 59 | 2F | 0 | 0 | D4 | 64 | 37 |
| Octal | 33 | 207 | 377 | 131 | 57 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11011 | 10000111 | 11111111 | 1011001 | 101111 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1B87FF
Complementary color
Monochromatic Colors of #1B87FF
Black with #1B87FF
Text Example
Text Example
White with #1B87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B87FF; }
p { color: rgb(27,135,255); }
H1.HeaderClassName
{
color: #1B87FF;
}
.AnyTagClassName
{
color: #1B87FF;
}
</style>
background-color css
<style>
a { background-color: #1B87FF; }
a { background-color: rgb(27,135,255); }
div.DivClassName
{
background-color: #1B87FF;
}
.BgClassName
{
background-color: #1B87FF;
}
</style>
border-color css
<style>
span { border-color: #1B87FF; }
span { border-color: rgb(27,135,255); }
td.TdClassName
{
border-color: #1B87FF;
}
.TagClassName
{
border-color: #1B87FF;
}
</style>