Shades of Dodger Blue #1B84E1
Tints of Dodger Blue #1B84E1
RGB
CMYK
RGB Variations
Color information
#1B84E1 (or 0x1B84E1) is known color: Dodger Blue. HEX triplet: 1B, 84 and E1. RGB value is (27,132,225). Sum of RGB (Red+Green+Blue) = 27+132+225=384 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.03% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #1B84E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B84E1 is #E47B1E. Grayscale: #6E6E6E. Windows color (decimal): -14973727 or 14779419. OLE color: 14779419.
HSL color Cylindrical-coordinate representation of color #1B84E1: hue angle of 208.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B84E1 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 132 | 225 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.12 |
| HSL | 208.18º | 0.79% | 0.49% | - |
| HSV(B) | 208.18º | 0.88% | 0.88% | - |
| XYZ | 22.29 | 22.17 | 74.34 | - |
| YUV | 111.21 | 192.21 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 225 | 0.88 | 0.41 | 0 | 0.12 | 208.18 | 0.79 | 0.49 |
| Hex | 1B | 84 | E1 | 58 | 29 | 0 | C | D0 | 4F | 31 |
| Octal | 33 | 204 | 341 | 130 | 51 | 0 | 14 | 320 | 117 | 61 |
| Binary | 11011 | 10000100 | 11100001 | 1011000 | 101001 | 0 | 1100 | 11010000 | 1001111 | 110001 |
Color Harmonies of #1B84E1
Complementary color
Monochromatic Colors of #1B84E1
Black with #1B84E1
Text Example
Text Example
White with #1B84E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B84E1; }
p { color: rgb(27,132,225); }
H1.HeaderClassName
{
color: #1B84E1;
}
.AnyTagClassName
{
color: #1B84E1;
}
</style>
background-color css
<style>
a { background-color: #1B84E1; }
a { background-color: rgb(27,132,225); }
div.DivClassName
{
background-color: #1B84E1;
}
.BgClassName
{
background-color: #1B84E1;
}
</style>
border-color css
<style>
span { border-color: #1B84E1; }
span { border-color: rgb(27,132,225); }
td.TdClassName
{
border-color: #1B84E1;
}
.TagClassName
{
border-color: #1B84E1;
}
</style>