Shades of Dodger Blue #1B8EFF
Tints of Dodger Blue #1B8EFF
RGB
CMYK
RGB Variations
Color information
#1B8EFF (or 0x1B8EFF) is known color: Dodger Blue. HEX triplet: 1B, 8E and FF. RGB value is (27,142,255). Sum of RGB (Red+Green+Blue) = 27+142+255=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B8EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8EFF is #E47100. Grayscale: #777777. Windows color (decimal): -14971137 or 16748059. OLE color: 16748059.
HSL color Cylindrical-coordinate representation of color #1B8EFF: hue angle of 209.74º 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 #1B8EFF is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 142 | 255 | - |
| CMYK | 0.89 | 0.44 | 0 | 0 |
| HSL | 209.74º | 1% | 0.55% | - |
| HSV(B) | 209.74º | 0.89% | 1% | - |
| XYZ | 28.18 | 26.8 | 98.3 | - |
| YUV | 120.5 | 203.9 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 255 | 0.89 | 0.44 | 0 | 0 | 209.74 | 1 | 0.55 |
| Hex | 1B | 8E | FF | 59 | 2C | 0 | 0 | D2 | 64 | 37 |
| Octal | 33 | 216 | 377 | 131 | 54 | 0 | 0 | 322 | 144 | 67 |
| Binary | 11011 | 10001110 | 11111111 | 1011001 | 101100 | 0 | 0 | 11010010 | 1100100 | 110111 |
Color Harmonies of #1B8EFF
Complementary color
Monochromatic Colors of #1B8EFF
Black with #1B8EFF
Text Example
Text Example
White with #1B8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8EFF; }
p { color: rgb(27,142,255); }
H1.HeaderClassName
{
color: #1B8EFF;
}
.AnyTagClassName
{
color: #1B8EFF;
}
</style>
background-color css
<style>
a { background-color: #1B8EFF; }
a { background-color: rgb(27,142,255); }
div.DivClassName
{
background-color: #1B8EFF;
}
.BgClassName
{
background-color: #1B8EFF;
}
</style>
border-color css
<style>
span { border-color: #1B8EFF; }
span { border-color: rgb(27,142,255); }
td.TdClassName
{
border-color: #1B8EFF;
}
.TagClassName
{
border-color: #1B8EFF;
}
</style>