#1D1FE5

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

Shades of Medium Blue #1D1FE5

Tints of Medium Blue #1D1FE5

Color information

#1D1FE5 (or 0x1D1FE5) is unknown color: approx Medium Blue. HEX triplet: 1D, 1F and E5. RGB value is (29,31,229). Sum of RGB (Red+Green+Blue) = 29+31+229=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 31 (12.5% from 255 or 10.73% 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 #1D1FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1FE5 is #E2E01A. Grayscale: #343434. Windows color (decimal): -14868507 or 15015709. OLE color: 15015709.

HSL color Cylindrical-coordinate representation of color #1D1FE5: hue angle of 239.4º 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 #1D1FE5 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2931229-
CMYK0.870.8600.10
HSL239.4º79.37%50.59%-
HSV(B)239.4º87.34%89.8%-
XYZ15.146.974.66-
YUV52.97227.34110.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal29312290.870.8600.10239.479.3750.59
Hex1D1FE557560Aef4f33
Octal353734512712601235711763
Binary1110111111111001011010111101011001010111011111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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