#1215DE

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

Shades of Medium Blue #1215DE

Tints of Medium Blue #1215DE

Color information

#1215DE (or 0x1215DE) is unknown color: approx Medium Blue. HEX triplet: 12, 15 and DE. RGB value is (18,21,222). Sum of RGB (Red+Green+Blue) = 18+21+222=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #1215DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215DE is #EDEA21. Grayscale: #2A2A2A. Windows color (decimal): -15591970 or 14554386. OLE color: 14554386.

HSL color Cylindrical-coordinate representation of color #1215DE: hue angle of 239.12º 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 #1215DE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1821222-
CMYK0.920.9100.13
HSL239.12º85%47.06%-
HSV(B)239.12º91.89%87.06%-
XYZ13.75.9469.53-
YUV43.02229.01110.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 222 (87.11% from 255) = 85.06%
R=6.90%
G=8.05%
B=85.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18212220.920.9100.13239.128547.06
Hex1215DE5C5B0Def552f
Octal222533613413301535712557
Binary1001010101110111101011100101101101101111011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1215DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1215DE; }

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

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

<style>
 a { background-color: #1215DE; }

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

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

<style>
 span { border-color: #1215DE; }

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

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