#1E5EE3

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

Shades of Royal Blue #1E5EE3

Tints of Royal Blue #1E5EE3

Color information

#1E5EE3 (or 0x1E5EE3) is unknown color: approx Royal Blue. HEX triplet: 1E, 5E and E3. RGB value is (30,94,227). Sum of RGB (Red+Green+Blue) = 30+94+227=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 227 (89.06% from 255 or 64.67% from 351); Max value from RGB is 227 - color contains mainly: blue. Hex color #1E5EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EE3 is #E1A11C. Grayscale: #595959. Windows color (decimal): -14786845 or 14900766. OLE color: 14900766.

HSL color Cylindrical-coordinate representation of color #1E5EE3: hue angle of 220.51º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E5EE3 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3094227-
CMYK0.870.5900.11
HSL220.51º77.87%50.39%-
HSV(B)220.51º86.78%89.02%-
XYZ18.413.8374.37-
YUV90.03205.385.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.55%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 227 (89.06% from 255) = 64.67%
R=8.55%
G=26.78%
B=64.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal30942270.870.5900.11220.5177.8750.39
Hex1E5EE3573B0Bdd4e32
Octal361363431277301333511662
Binary11110101111011100011101011111101101011110111011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,94,227); }

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

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

 a { background-color: rgb(30,94,227); }

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

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

 span { border-color: rgb(30,94,227); }

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