#1211d4

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

Shades of Medium Blue #1211D4

Tints of Medium Blue #1211D4

Color information

#1211D4 (or 0x1211D4) is unknown color: approx Medium Blue. HEX triplet: 12, 11 and D4. RGB value is (18,17,212). Sum of RGB (Red+Green+Blue) = 18+17+212=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 212 (83.20% from 255 or 85.83% from 247); Max value from RGB is 212 - color contains mainly: blue. Hex color #1211D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211D4 is #EDEE2B. Grayscale: #262626. Windows color (decimal): -15593004 or 13898002. OLE color: 13898002.

HSL color Cylindrical-coordinate representation of color #1211D4: hue angle of 240.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1211D4 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1817212-
CMYK0.920.9200.17
HSL240.31º85.15%44.9%-
HSV(B)240.31º91.98%83.14%-
XYZ12.335.2862.66-
YUV39.53225.33112.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 212 (83.20% from 255) = 85.83%
R=7.29%
G=6.88%
B=85.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal18172120.920.9200.17240.3185.1544.9
Hex1211D45C5C011f0552d
Octal222132413413402136012555
Binary10010100011101010010111001011100010001111100001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1211d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1211d4; }

 p { color: rgb(18,17,212); }

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

<style>
 a { background-color: #1211d4; }

 a { background-color: rgb(18,17,212); }

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

<style>
 span { border-color: #1211d4; }

 span { border-color: rgb(18,17,212); }

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