Shades of Dodger Blue #1B8DFF
Tints of Dodger Blue #1B8DFF
RGB
CMYK
RGB Variations
Color information
#1B8DFF (or 0x1B8DFF) is known color: Dodger Blue. HEX triplet: 1B, 8D and FF. RGB value is (27,141,255). Sum of RGB (Red+Green+Blue) = 27+141+255=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B8DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8DFF is #E47200. Grayscale: #777777. Windows color (decimal): -14971393 or 16747803. OLE color: 16747803.
HSL color Cylindrical-coordinate representation of color #1B8DFF: hue angle of 210º 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 #1B8DFF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 141 | 255 | - |
| CMYK | 0.89 | 0.45 | 0 | 0 |
| HSL | 210º | 1% | 0.55% | - |
| HSV(B) | 210º | 0.89% | 1% | - |
| XYZ | 28.03 | 26.5 | 98.25 | - |
| YUV | 119.91 | 204.23 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 255 | 0.89 | 0.45 | 0 | 0 | 210 | 1 | 0.55 |
| Hex | 1B | 8D | FF | 59 | 2D | 0 | 0 | D2 | 64 | 37 |
| Octal | 33 | 215 | 377 | 131 | 55 | 0 | 0 | 322 | 144 | 67 |
| Binary | 11011 | 10001101 | 11111111 | 1011001 | 101101 | 0 | 0 | 11010010 | 1100100 | 110111 |
Color Harmonies of #1B8DFF
Complementary color
Monochromatic Colors of #1B8DFF
Black with #1B8DFF
Text Example
Text Example
White with #1B8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DFF; }
p { color: rgb(27,141,255); }
H1.HeaderClassName
{
color: #1B8DFF;
}
.AnyTagClassName
{
color: #1B8DFF;
}
</style>
background-color css
<style>
a { background-color: #1B8DFF; }
a { background-color: rgb(27,141,255); }
div.DivClassName
{
background-color: #1B8DFF;
}
.BgClassName
{
background-color: #1B8DFF;
}
</style>
border-color css
<style>
span { border-color: #1B8DFF; }
span { border-color: rgb(27,141,255); }
td.TdClassName
{
border-color: #1B8DFF;
}
.TagClassName
{
border-color: #1B8DFF;
}
</style>