color details

Color Details
#1866FF Color Hex

#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
Color spaces of #1866FFValue
RGB24, 102, 255
HSL0.61, 1, 0.55
HSV220°, 91°, 100°
XYZ23.17, 16.91, 96.63
Base Numbers
Base Red Green Blue
Binary 11000 1100110 11111111
Octal 30 146 377
Decimal 24 102 255
Hex 18 66 FF

RGB Percentages for Color #1866FF

6.3%
26.77%
66.93%

CMYK Percentages of the Color #1866FF

90.59%
60%
CSS Codes for Color #1866FF
.mybgColor {background-color: #1866FF;}
.myforeColor {color: #1866FF;}
.myborderColor {border:3px solid #1866FF;}
Text Font Color #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,

Background Color #1866FF

<div style="background-color:#1866FF">Div content here</div>

The background color of this div is #1866FF
Border Color #1866FF

<div style="border:3px solid #1866FF">Div here</div>

The border color of this div is #1866FF
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24, 102, 255, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #1866FF;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #1866FF

Scroll to Top