#1618D7

Color #1618D7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1618D7

Tints of Medium Blue #1618D7

Color information

#1618D7 (or 0x1618D7) is unknown color: approx Medium Blue. HEX triplet: 16, 18 and D7. RGB value is (22,24,215). Sum of RGB (Red+Green+Blue) = 22+24+215=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 215 (84.38% from 255 or 82.38% from 261); Max value from RGB is 215 - color contains mainly: blue. Hex color #1618D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1618D7 is #E9E728. Grayscale: #2C2C2C. Windows color (decimal): -15329065 or 14096406. OLE color: 14096406.

HSL color Cylindrical-coordinate representation of color #1618D7: hue angle of 239.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1618D7 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2224215-
CMYK0.900.8900.16
HSL239.38º81.43%46.47%-
HSV(B)239.38º89.77%84.31%-
XYZ12.925.7364.71-
YUV45.18223.84111.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 215 (84.38% from 255) = 82.38%
R=8.43%
G=9.20%
B=82.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22242150.900.8900.16239.3881.4346.47
Hex1618D75A59010ef512e
Octal263032713213102035712156
Binary10110110001101011110110101011001010000111011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1618D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1618D7; }

 p { color: rgb(22,24,215); }

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

<style>
 a { background-color: #1618D7; }

 a { background-color: rgb(22,24,215); }

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

<style>
 span { border-color: #1618D7; }

 span { border-color: rgb(22,24,215); }

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