#1E4EEC

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

Shades of Royal Blue #1E4EEC

Tints of Royal Blue #1E4EEC

Color information

#1E4EEC (or 0x1E4EEC) is unknown color: approx Royal Blue. HEX triplet: 1E, 4E and EC. RGB value is (30,78,236). Sum of RGB (Red+Green+Blue) = 30+78+236=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E4EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4EEC is #E1B113. Grayscale: #505050. Windows color (decimal): -14790932 or 15486494. OLE color: 15486494.

HSL color Cylindrical-coordinate representation of color #1E4EEC: hue angle of 226.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E4EEC is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3078236-
CMYK0.870.6700.07
HSL226.02º84.43%52.16%-
HSV(B)226.02º87.29%92.55%-
XYZ18.411.7880.66-
YUV81.66215.191.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.72%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 236 (92.58% from 255) = 68.60%
R=8.72%
G=22.67%
B=68.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30782360.870.6700.07226.0284.4352.16
Hex1E4EEC574307e25434
Octal361163541271030734212464
Binary11110100111011101100101011110000110111111000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,236); }

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

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

 a { background-color: rgb(30,78,236); }

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

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

 span { border-color: rgb(30,78,236); }

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