#1E58EF

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

Shades of Royal Blue #1E58EF

Tints of Royal Blue #1E58EF

Color information

#1E58EF (or 0x1E58EF) is unknown color: approx Royal Blue. HEX triplet: 1E, 58 and EF. RGB value is (30,88,239). Sum of RGB (Red+Green+Blue) = 30+88+239=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E58EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E58EF is #E1A710. Grayscale: #575757. Windows color (decimal): -14788369 or 15685662. OLE color: 15685662.

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

Color convert

RGB3088239-
CMYK0.870.6300.06
HSL223.35º86.72%52.75%-
HSV(B)223.35º87.45%93.73%-
XYZ19.6113.4983.23-
YUV87.87213.2886.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.40%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 239 (93.75% from 255) = 66.95%
R=8.40%
G=24.65%
B=66.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30882390.870.6300.06223.3586.7252.75
Hex1E58EF573F06df5735
Octal36130357127770633712765
Binary1111010110001110111110101111111110110110111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E58EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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