#1866FF color RGB value is (1, 134, 111).
#1866FF hex color red value is 1, green value is 134, and blue value is 111.
Cylindrical-coordinate representations (HSL) of color #1866FF
hue: 169.62,
saturation: 0.99 and lightness: 0.26.
The process color (four-color CMYK) of #1866FF color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #1866FF is #ff9999. Color #1866FF contains mainly RED.
| Color spaces of #1866FF | Value |
|---|---|
| RGB | 24, 102, 255 |
| HSL | 0.61, 1, 0.55 |
| HSV | 220°, 91°, 100° |
| XYZ | 23.17, 16.91, 96.63 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000 | 1100110 | 11111111 |
| Octal | 30 | 146 | 377 |
| Decimal | 24 | 102 | 255 |
| Hex | 18 | 66 | FF |
Shades of #1866FF
Tints of #1866FF
.mybgColor {background-color: #1866FF;}
.myforeColor {color: #1866FF;}
.myborderColor {border:3px solid #1866FF;}
<p style="color:#1866FF">Text here</p>
This sample text is styled with the font color #1866FF. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#1866FF">Div content here</div>
<div style="border:3px solid #1866FF">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(24, 102, 255, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #1866FF; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #1866FF;
-webkit-box-shadow: 1px 1px 3px #1866FF;
box-shadow: 1px 1px 3px #1866FF; }
<p style="text-shadow: 4px 4px 2px rgba(24, 102, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #1866FF;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #1866FF;
-webkit-box-shadow: 1px 1px 3px #1866FF;
box-shadow: 1px 1px 3px #1866FF;">Div content here</div>
