#1E458D

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

Shades of Fun Blue #1E458D

Tints of Fun Blue #1E458D

Color information

#1E458D (or 0x1E458D) is unknown color: approx Fun Blue. HEX triplet: 1E, 45 and 8D. RGB value is (30,69,141). Sum of RGB (Red+Green+Blue) = 30+69+141=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E458D is #E1BA72. Grayscale: #414141. Windows color (decimal): -14793331 or 9258270. OLE color: 9258270.

HSL color Cylindrical-coordinate representation of color #1E458D: hue angle of 218.92º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E458D is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3069141-
CMYK0.790.5100.45
HSL218.92º64.91%33.53%-
HSV(B)218.92º78.72%55.29%-
XYZ7.476.4626.05-
YUV65.55170.58102.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=12.5%
G=28.75%
B=58.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30691410.790.5100.45218.9264.9133.53
Hex1E458D4F3302Ddb4122
Octal361052151176305533310142
Binary1111010001011000110110011111100110101101110110111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,141); }

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

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

 a { background-color: rgb(30,69,141); }

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

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

 span { border-color: rgb(30,69,141); }

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