#1d1fe1

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

Shades of Medium Blue #1D1FE1

Tints of Medium Blue #1D1FE1

Color information

#1D1FE1 (or 0x1D1FE1) is unknown color: approx Medium Blue. HEX triplet: 1D, 1F and E1. RGB value is (29,31,225). Sum of RGB (Red+Green+Blue) = 29+31+225=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 225 (88.28% from 255 or 78.95% from 285); Max value from RGB is 225 - color contains mainly: blue. Hex color #1D1FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1FE1 is #E2E01E. Grayscale: #333333. Windows color (decimal): -14868511 or 14753565. OLE color: 14753565.

HSL color Cylindrical-coordinate representation of color #1D1FE1: hue angle of 239.39º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1FE1 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2931225-
CMYK0.870.8600.12
HSL239.39º77.17%49.8%-
HSV(B)239.39º87.11%88.24%-
XYZ14.596.6871.75-
YUV52.52225.34111.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.18%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 225 (88.28% from 255) = 78.95%
R=10.18%
G=10.88%
B=78.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal29312250.870.8600.12239.3977.1749.8
Hex1D1FE157560Cef4d32
Octal353734112712601435711562
Binary1110111111111000011010111101011001100111011111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d1fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1d1fe1; }

 p { color: rgb(29,31,225); }

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

<style>
 a { background-color: #1d1fe1; }

 a { background-color: rgb(29,31,225); }

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

<style>
 span { border-color: #1d1fe1; }

 span { border-color: rgb(29,31,225); }

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