#1E4285

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

Shades of Fun Blue #1E4285

Tints of Fun Blue #1E4285

Color information

#1E4285 (or 0x1E4285) is unknown color: approx Fun Blue. HEX triplet: 1E, 42 and 85. RGB value is (30,66,133). Sum of RGB (Red+Green+Blue) = 30+66+133=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4285 is #E1BD7A. Grayscale: #3E3E3E. Windows color (decimal): -14794107 or 8733214. OLE color: 8733214.

HSL color Cylindrical-coordinate representation of color #1E4285: hue angle of 219.03º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4285 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3066133-
CMYK0.770.5000.48
HSL219.03º63.19%31.96%-
HSV(B)219.03º77.44%52.16%-
XYZ6.725.8722.97-
YUV62.87167.57104.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=13.10%
G=28.82%
B=58.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30661330.770.5000.48219.0363.1931.96
Hex1E42854D32030db3f20
Octal36102205115620603337740
Binary111101000010100001011001101110010011000011011011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,133); }

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

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

 a { background-color: rgb(30,66,133); }

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

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

 span { border-color: rgb(30,66,133); }

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