#1E428E

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

Shades of Fun Blue #1E428E

Tints of Fun Blue #1E428E

Color information

#1E428E (or 0x1E428E) is unknown color: approx Fun Blue. HEX triplet: 1E, 42 and 8E. RGB value is (30,66,142). Sum of RGB (Red+Green+Blue) = 30+66+142=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E428E is #E1BD71. Grayscale: #3F3F3F. Windows color (decimal): -14794098 or 9323038. OLE color: 9323038.

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

Color convert

RGB3066142-
CMYK0.790.5400.44
HSL220.71º65.12%33.73%-
HSV(B)220.71º78.87%55.69%-
XYZ7.376.1326.39-
YUV63.9172.07103.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=12.61%
G=27.73%
B=59.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30661420.790.5400.44220.7165.1233.73
Hex1E428E4F3602Cdd4122
Octal361022161176605433510142
Binary1111010000101000111010011111101100101100110111011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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