#1E0FD1

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

Shades of Medium Blue #1E0FD1

Tints of Medium Blue #1E0FD1

Color information

#1E0FD1 (or 0x1E0FD1) is unknown color: approx Medium Blue. HEX triplet: 1E, 0F and D1. RGB value is (30,15,209). Sum of RGB (Red+Green+Blue) = 30+15+209=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 209 (82.03% from 255 or 82.28% from 254); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E0FD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0FD1 is #E1F02E. Grayscale: #282828. Windows color (decimal): -14807087 or 13700894. OLE color: 13700894.

HSL color Cylindrical-coordinate representation of color #1E0FD1: hue angle of 244.64º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0FD1 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3015209-
CMYK0.860.9300.18
HSL244.64º86.61%43.92%-
HSV(B)244.64º92.82%81.96%-
XYZ12.215.2260.69-
YUV41.6222.47119.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 209 (82.03% from 255) = 82.28%
R=11.81%
G=5.91%
B=82.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30152090.860.9300.18244.6486.6143.92
Hex1EFD1565D012f5572c
Octal361732112613502236512754
Binary1111011111101000110101101011101010010111101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,209); }

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

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

 a { background-color: rgb(30,15,209); }

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

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

 span { border-color: rgb(30,15,209); }

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