#1F1DE5

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

Shades of Medium Blue #1F1DE5

Tints of Medium Blue #1F1DE5

Color information

#1F1DE5 (or 0x1F1DE5) is unknown color: approx Medium Blue. HEX triplet: 1F, 1D and E5. RGB value is (31,29,229). Sum of RGB (Red+Green+Blue) = 31+29+229=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #1F1DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1DE5 is #E0E21A. Grayscale: #333333. Windows color (decimal): -14737947 or 15015199. OLE color: 15015199.

HSL color Cylindrical-coordinate representation of color #1F1DE5: hue angle of 240.6º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1DE5 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3129229-
CMYK0.860.8700.10
HSL240.6º79.37%50.59%-
HSV(B)240.6º87.34%89.8%-
XYZ15.156.8374.65-
YUV52.4227.66112.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 229 (89.84% from 255) = 79.24%
R=10.73%
G=10.03%
B=79.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31292290.860.8700.10240.679.3750.59
Hex1F1DE556570Af14f33
Octal373534512612701236111763
Binary1111111101111001011010110101011101010111100011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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