#1E56EF

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

Shades of Royal Blue #1E56EF

Tints of Royal Blue #1E56EF

Color information

#1E56EF (or 0x1E56EF) is unknown color: approx Royal Blue. HEX triplet: 1E, 56 and EF. RGB value is (30,86,239). Sum of RGB (Red+Green+Blue) = 30+86+239=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E56EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E56EF is #E1A910. Grayscale: #565656. Windows color (decimal): -14788881 or 15685150. OLE color: 15685150.

HSL color Cylindrical-coordinate representation of color #1E56EF: hue angle of 223.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E56EF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3086239-
CMYK0.870.6400.06
HSL223.92º86.72%52.75%-
HSV(B)223.92º87.45%93.73%-
XYZ19.4413.1683.18-
YUV86.7213.9587.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 239 (93.75% from 255) = 67.32%
R=8.45%
G=24.23%
B=67.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30862390.870.6400.06223.9286.7252.75
Hex1E56EF574006e05735
Octal361263571271000634012765
Binary11110101011011101111101011110000000110111000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E56EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,86,239); }

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

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

 a { background-color: rgb(30,86,239); }

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

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

 span { border-color: rgb(30,86,239); }

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