#181CD7

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

Shades of Medium Blue #181CD7

Tints of Medium Blue #181CD7

Color information

#181CD7 (or 0x181CD7) is unknown color: approx Medium Blue. HEX triplet: 18, 1C and D7. RGB value is (24,28,215). Sum of RGB (Red+Green+Blue) = 24+28+215=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 215 (84.38% from 255 or 80.52% from 267); Max value from RGB is 215 - color contains mainly: blue. Hex color #181CD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CD7 is #E7E328. Grayscale: #2F2F2F. Windows color (decimal): -15196969 or 14097432. OLE color: 14097432.

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

Color convert

RGB2428215-
CMYK0.890.8700.16
HSL238.74º79.92%46.86%-
HSV(B)238.74º88.84%84.31%-
XYZ13.065.9364.75-
YUV48.12222.17110.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 215 (84.38% from 255) = 80.52%
R=8.99%
G=10.49%
B=80.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal24282150.890.8700.16238.7479.9246.86
Hex181CD75957010ef502f
Octal303432713112702035712057
Binary11000111001101011110110011010111010000111011111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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