Shades of Dodger Blue #1B8EEB
Tints of Dodger Blue #1B8EEB
RGB
CMYK
RGB Variations
Color information
#1B8EEB (or 0x1B8EEB) is known color: Dodger Blue. HEX triplet: 1B, 8E and EB. RGB value is (27,142,235). Sum of RGB (Red+Green+Blue) = 27+142+235=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8EEB is #E47114. Grayscale: #757575. Windows color (decimal): -14971157 or 15437339. OLE color: 15437339.
HSL color Cylindrical-coordinate representation of color #1B8EEB: hue angle of 206.83º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B8EEB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 142 | 235 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.08 |
| HSL | 206.83º | 0.84% | 0.51% | - |
| HSV(B) | 206.83º | 0.89% | 0.92% | - |
| XYZ | 25.12 | 25.58 | 82.21 | - |
| YUV | 118.22 | 193.9 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 235 | 0.89 | 0.40 | 0 | 0.08 | 206.83 | 0.84 | 0.51 |
| Hex | 1B | 8E | EB | 59 | 28 | 0 | 8 | CF | 54 | 33 |
| Octal | 33 | 216 | 353 | 131 | 50 | 0 | 10 | 317 | 124 | 63 |
| Binary | 11011 | 10001110 | 11101011 | 1011001 | 101000 | 0 | 1000 | 11001111 | 1010100 | 110011 |
Color Harmonies of #1B8EEB
Complementary color
Monochromatic Colors of #1B8EEB
Black with #1B8EEB
Text Example
Text Example
White with #1B8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8EEB; }
p { color: rgb(27,142,235); }
H1.HeaderClassName
{
color: #1B8EEB;
}
.AnyTagClassName
{
color: #1B8EEB;
}
</style>
background-color css
<style>
a { background-color: #1B8EEB; }
a { background-color: rgb(27,142,235); }
div.DivClassName
{
background-color: #1B8EEB;
}
.BgClassName
{
background-color: #1B8EEB;
}
</style>
border-color css
<style>
span { border-color: #1B8EEB; }
span { border-color: rgb(27,142,235); }
td.TdClassName
{
border-color: #1B8EEB;
}
.TagClassName
{
border-color: #1B8EEB;
}
</style>