#121CDE

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

Shades of Medium Blue #121CDE

Tints of Medium Blue #121CDE

Color information

#121CDE (or 0x121CDE) is unknown color: approx Medium Blue. HEX triplet: 12, 1C and DE. RGB value is (18,28,222). Sum of RGB (Red+Green+Blue) = 18+28+222=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 222 (87.11% from 255 or 82.84% from 268); Max value from RGB is 222 - color contains mainly: blue. Hex color #121CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CDE is #EDE321. Grayscale: #2E2E2E. Windows color (decimal): -15590178 or 14556178. OLE color: 14556178.

HSL color Cylindrical-coordinate representation of color #121CDE: hue angle of 237.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121CDE is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1828222-
CMYK0.920.8700.13
HSL237.06º85%47.06%-
HSV(B)237.06º91.89%87.06%-
XYZ13.856.2369.58-
YUV47.13226.69107.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 28 (11.33% from 255) = 10.45%
BLUE value IS 222 (87.11% from 255) = 82.84%
R=6.72%
G=10.45%
B=82.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18282220.920.8700.13237.068547.06
Hex121CDE5C570Ded552f
Octal223433613412701535512557
Binary1001011100110111101011100101011101101111011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121CDE; }

 p { color: rgb(18,28,222); }

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

<style>
 a { background-color: #121CDE; }

 a { background-color: rgb(18,28,222); }

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

<style>
 span { border-color: #121CDE; }

 span { border-color: rgb(18,28,222); }

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