Shades of Dodger Blue #1B87FE
Tints of Dodger Blue #1B87FE
RGB
CMYK
RGB Variations
Color information
#1B87FE (or 0x1B87FE) is known color: Dodger Blue. HEX triplet: 1B, 87 and FE. RGB value is (27,135,254). Sum of RGB (Red+Green+Blue) = 27+135+254=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B87FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B87FE is #E47801. Grayscale: #737373. Windows color (decimal): -14972930 or 16680731. OLE color: 16680731.
HSL color Cylindrical-coordinate representation of color #1B87FE: hue angle of 211.45º 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 #1B87FE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 135 | 254 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.00 |
| HSL | 211.45º | 0.99% | 0.55% | - |
| HSV(B) | 211.45º | 0.89% | 1% | - |
| XYZ | 27.01 | 24.72 | 97.11 | - |
| YUV | 116.27 | 205.72 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 254 | 0.89 | 0.47 | 0 | 0.00 | 211.45 | 0.99 | 0.55 |
| Hex | 1B | 87 | FE | 59 | 2F | 0 | 0 | D3 | 63 | 37 |
| Octal | 33 | 207 | 376 | 131 | 57 | 0 | 0 | 323 | 143 | 67 |
| Binary | 11011 | 10000111 | 11111110 | 1011001 | 101111 | 0 | 0 | 11010011 | 1100011 | 110111 |
Color Harmonies of #1B87FE
Complementary color
Monochromatic Colors of #1B87FE
Black with #1B87FE
Text Example
Text Example
White with #1B87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B87FE; }
p { color: rgb(27,135,254); }
H1.HeaderClassName
{
color: #1B87FE;
}
.AnyTagClassName
{
color: #1B87FE;
}
</style>
background-color css
<style>
a { background-color: #1B87FE; }
a { background-color: rgb(27,135,254); }
div.DivClassName
{
background-color: #1B87FE;
}
.BgClassName
{
background-color: #1B87FE;
}
</style>
border-color css
<style>
span { border-color: #1B87FE; }
span { border-color: rgb(27,135,254); }
td.TdClassName
{
border-color: #1B87FE;
}
.TagClassName
{
border-color: #1B87FE;
}
</style>