#1E55EC

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

Shades of Royal Blue #1E55EC

Tints of Royal Blue #1E55EC

Color information

#1E55EC (or 0x1E55EC) is unknown color: approx Royal Blue. HEX triplet: 1E, 55 and EC. RGB value is (30,85,236). Sum of RGB (Red+Green+Blue) = 30+85+236=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E55EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E55EC is #E1AA13. Grayscale: #555555. Windows color (decimal): -14789140 or 15488286. OLE color: 15488286.

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

Color convert

RGB3085236-
CMYK0.870.6400.07
HSL223.98º84.43%52.16%-
HSV(B)223.98º87.29%92.55%-
XYZ18.9212.8380.84-
YUV85.77212.7888.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.55%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 236 (92.58% from 255) = 67.24%
R=8.55%
G=24.22%
B=67.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30852360.870.6400.07223.9884.4352.16
Hex1E55EC574007e05434
Octal361253541271000734012464
Binary11110101010111101100101011110000000111111000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E55EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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