#1E48EF

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

Shades of Royal Blue #1E48EF

Tints of Royal Blue #1E48EF

Color information

#1E48EF (or 0x1E48EF) is unknown color: approx Royal Blue. HEX triplet: 1E, 48 and EF. RGB value is (30,72,239). Sum of RGB (Red+Green+Blue) = 30+72+239=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E48EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E48EF is #E1B710. Grayscale: #4D4D4D. Windows color (decimal): -14792465 or 15681566. OLE color: 15681566.

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

Color convert

RGB3072239-
CMYK0.870.7000.06
HSL227.94º86.72%52.75%-
HSV(B)227.94º87.45%93.73%-
XYZ18.4311.1482.84-
YUV78.48218.5993.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.80%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 239 (93.75% from 255) = 70.09%
R=8.80%
G=21.11%
B=70.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30722390.870.7000.06227.9486.7252.75
Hex1E48EF574606e45735
Octal361103571271060634412765
Binary11110100100011101111101011110001100110111001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E48EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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