#1205DE

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

Shades of Medium Blue #1205DE

Tints of Medium Blue #1205DE

Color information

#1205DE (or 0x1205DE) is unknown color: approx Medium Blue. HEX triplet: 12, 05 and DE. RGB value is (18,5,222). Sum of RGB (Red+Green+Blue) = 18+5+222=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #1205DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205DE is #EDFA21. Grayscale: #202020. Windows color (decimal): -15596066 or 14550290. OLE color: 14550290.

HSL color Cylindrical-coordinate representation of color #1205DE: hue angle of 243.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205DE is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185222-
CMYK0.920.9800.13
HSL243.59º95.59%44.51%-
HSV(B)243.59º97.75%87.06%-
XYZ13.495.5169.46-
YUV33.62234.31116.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 222 (87.11% from 255) = 90.61%
R=7.35%
G=2.04%
B=90.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852220.920.9800.13243.5995.5944.51
Hex125DE5C620Df4602d
Octal22533613414201536414055
Binary10010101110111101011100110001001101111101001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1205DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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