#1E4AEF

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

Shades of Royal Blue #1E4AEF

Tints of Royal Blue #1E4AEF

Color information

#1E4AEF (or 0x1E4AEF) is unknown color: approx Royal Blue. HEX triplet: 1E, 4A and EF. RGB value is (30,74,239). Sum of RGB (Red+Green+Blue) = 30+74+239=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E4AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4AEF is #E1B510. Grayscale: #4E4E4E. Windows color (decimal): -14791953 or 15682078. OLE color: 15682078.

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

Color convert

RGB3074239-
CMYK0.870.6900.06
HSL227.37º86.72%52.75%-
HSV(B)227.37º87.45%93.73%-
XYZ18.5611.4182.88-
YUV79.65217.9292.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 239 (93.75% from 255) = 69.68%
R=8.75%
G=21.57%
B=69.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30742390.870.6900.06227.3786.7252.75
Hex1E4AEF574506e35735
Octal361123571271050634312765
Binary11110100101011101111101011110001010110111000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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