#1E04CA

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

Shades of Medium Blue #1E04CA

Tints of Medium Blue #1E04CA

Color information

#1E04CA (or 0x1E04CA) is unknown color: approx Medium Blue. HEX triplet: 1E, 04 and CA. RGB value is (30,4,202). Sum of RGB (Red+Green+Blue) = 30+4+202=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 202 (79.30% from 255 or 85.59% from 236); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E04CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E04CA is #E1FB35. Grayscale: #212121. Windows color (decimal): -14809910 or 13239326. OLE color: 13239326.

HSL color Cylindrical-coordinate representation of color #1E04CA: hue angle of 247.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04CA is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB304202-
CMYK0.850.9800.21
HSL247.88º96.12%40.39%-
HSV(B)247.88º98.02%79.22%-
XYZ11.244.6356.18-
YUV34.35222.61124.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 202 (79.30% from 255) = 85.59%
R=12.71%
G=1.69%
B=85.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3042020.850.9800.21247.8896.1240.39
Hex1E4CA5562015f86028
Octal36431212514202537014050
Binary111101001100101010101011100010010101111110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E04CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,202); }

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

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

 a { background-color: rgb(30,4,202); }

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

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

 span { border-color: rgb(30,4,202); }

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