#181ED5

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

Shades of Medium Blue #181ED5

Tints of Medium Blue #181ED5

Color information

#181ED5 (or 0x181ED5) is unknown color: approx Medium Blue. HEX triplet: 18, 1E and D5. RGB value is (24,30,213). Sum of RGB (Red+Green+Blue) = 24+30+213=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #181ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ED5 is #E7E12A. Grayscale: #303030. Windows color (decimal): -15196459 or 13966872. OLE color: 13966872.

HSL color Cylindrical-coordinate representation of color #181ED5: hue angle of 238.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181ED5 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2430213-
CMYK0.890.8600.16
HSL238.1º79.75%46.47%-
HSV(B)238.1º88.73%83.53%-
XYZ12.855.9363.42-
YUV49.07220.51110.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 213 (83.59% from 255) = 79.78%
R=8.99%
G=11.24%
B=79.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal24302130.890.8600.16238.179.7546.47
Hex181ED55956010ee502e
Octal303632513112602035612056
Binary11000111101101010110110011010110010000111011101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181ED5; }

 p { color: rgb(24,30,213); }

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

<style>
 a { background-color: #181ED5; }

 a { background-color: rgb(24,30,213); }

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

<style>
 span { border-color: #181ED5; }

 span { border-color: rgb(24,30,213); }

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