Html Css Color HEX #1E4780 Fun Blue

📋 copy color: '#1E4780'

red 30 ◦ green 71 ◦ blue 128

#1E4780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #1E4780

Tints of Fun Blue #1E4780

RGB

 RED value IS 30 (12.11% from 255) = 13.1%

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 128 (50.39% from 255) = 55.9%

R = 13.1%
G = 31%
B = 55.9%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E4780 (or 0x1E4780) is known color: Fun Blue. HEX triplet: 1E, 47 and 80. RGB value is (30,71,128). Sum of RGB (Red+Green+Blue) = 30+71+128=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E4780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4780 is #E1B87F. Grayscale: #404040. Windows color (decimal): -14792832 or 8406814. OLE color: 8406814.

HSL color Cylindrical-coordinate representation of color #1E4780: hue angle of 214.9º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4780 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 71 128 -
CMYK 0.77 0.45 0 0.50
HSL 214.9º 0.62% 0.31% -
HSV(B) 214.9º 0.77% 0.5% -
XYZ 6.68 6.34 21.29 -
YUV 65.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 30 71 128 0.77 0.45 0 0.50 214.9 0.62 0.31
Hex 1E 47 80 4D 2D 0 32 D7 3E 1F
Octal 36 107 200 115 55 0 62 327 76 37
Binary 11110 1000111 10000000 1001101 101101 0 110010 11010111 111110 11111

Color Harmonies of #1E4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4780

Black with #1E4780

Text Example


Text Example

White with #1E4780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,71,128); }

 H1.HeaderClassName
 {
   color: #1E4780;
 }
 .AnyTagClassName
 {
   color: #1E4780;
 }
</style>

background-color css

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

 a { background-color: rgb(30,71,128); }

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

border-color css

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

 span { border-color: rgb(30,71,128); }

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