#1866F1

Color #1866F1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1866F1

Tints of Royal Blue #1866F1

Color information

#1866F1 (or 0x1866F1) is unknown color: approx Royal Blue. HEX triplet: 18, 66 and F1. RGB value is (24,102,241). Sum of RGB (Red+Green+Blue) = 24+102+241=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #1866F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866F1 is #E7990E. Grayscale: #5D5D5D. Windows color (decimal): -15177999 or 15820312. OLE color: 15820312.

HSL color Cylindrical-coordinate representation of color #1866F1: hue angle of 218.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1866F1 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24102241-
CMYK0.900.5800.05
HSL218.43º88.57%51.96%-
HSV(B)218.43º90.04%94.51%-
XYZ21.0116.0585.21-
YUV94.52210.6677.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.54%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 241 (94.53% from 255) = 65.67%
R=6.54%
G=27.79%
B=65.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241022410.900.5800.05218.4388.5751.96
Hex1866F15A3A05da5934
Octal30146361132720533213164
Binary1100011001101111000110110101110100101110110101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1866F1; }

 p { color: rgb(24,102,241); }

 H1.HeaderClassName
 {
   color: #1866F1;
 }
 .AnyTagClassName
 {
   color: #1866F1;
 }
</style>
background-color css

<style>
 a { background-color: #1866F1; }

 a { background-color: rgb(24,102,241); }

 div.DivClassName
 {
   background-color: #1866F1;
 }
 .BgClassName
 {
   background-color: #1866F1;
 }
</style>
border-color css

<style>
 span { border-color: #1866F1; }

 span { border-color: rgb(24,102,241); }

 td.TdClassName
 {
   border-color: #1866F1;
 }
 .TagClassName
 {
   border-color: #1866F1;
 }
</style>