#1E5DE3

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

Shades of Royal Blue #1E5DE3

Tints of Royal Blue #1E5DE3

Color information

#1E5DE3 (or 0x1E5DE3) is unknown color: approx Royal Blue. HEX triplet: 1E, 5D and E3. RGB value is (30,93,227). Sum of RGB (Red+Green+Blue) = 30+93+227=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 227 (89.06% from 255 or 64.86% from 350); Max value from RGB is 227 - color contains mainly: blue. Hex color #1E5DE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DE3 is #E1A21C. Grayscale: #585858. Windows color (decimal): -14787101 or 14900510. OLE color: 14900510.

HSL color Cylindrical-coordinate representation of color #1E5DE3: hue angle of 220.81º 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 #1E5DE3 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3093227-
CMYK0.870.5900.11
HSL220.81º77.87%50.39%-
HSV(B)220.81º86.78%89.02%-
XYZ18.3113.6574.34-
YUV89.44205.6385.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.57%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 227 (89.06% from 255) = 64.86%
R=8.57%
G=26.57%
B=64.86%

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
Decimal30932270.870.5900.11220.8177.8750.39
Hex1E5DE3573B0Bdd4e32
Octal361353431277301333511662
Binary11110101110111100011101011111101101011110111011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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