Html Css Color HEX #1E3AEE Persian Blue

📋 copy color: '#1E3AEE'

red 30 ◦ green 58 ◦ blue 238

#1E3AEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1E3AEE

Tints of Persian Blue #1E3AEE

RGB

 RED value IS 30 (12.11% from 255) = 9.2%

 GREEN value IS 58 (23.05% from 255) = 17.79%

 BLUE value IS 238 (93.36% from 255) = 73.01%

R = 9.2%
G = 17.79%
B = 73.01%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1E3AEE (or 0x1E3AEE) is known color: Persian Blue. HEX triplet: 1E, 3A and EE. RGB value is (30,58,238). Sum of RGB (Red+Green+Blue) = 30+58+238=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E3AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3AEE is #E1C511. Grayscale: #454545. Windows color (decimal): -14796050 or 15612446. OLE color: 15612446.

HSL color Cylindrical-coordinate representation of color #1E3AEE: hue angle of 231.92º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E3AEE is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 58 238 -
CMYK 0.87 0.76 0 0.07
HSL 231.92º 0.86% 0.53% -
HSV(B) 231.92º 0.87% 0.93% -
XYZ 17.48 9.48 81.8 -
YUV 70.15 222.72 99.36 -
System Red Green Blue C M Y K H S L
Decimal 30 58 238 0.87 0.76 0 0.07 231.92 0.86 0.53
Hex 1E 3A EE 57 4C 0 7 E8 56 35
Octal 36 72 356 127 114 0 7 350 126 65
Binary 11110 111010 11101110 1010111 1001100 0 111 11101000 1010110 110101

Color Harmonies of #1E3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3AEE

Black with #1E3AEE

Text Example


Text Example

White with #1E3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,58,238); }

 H1.HeaderClassName
 {
   color: #1E3AEE;
 }
 .AnyTagClassName
 {
   color: #1E3AEE;
 }
</style>

background-color css

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

 a { background-color: rgb(30,58,238); }

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

border-color css

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

 span { border-color: rgb(30,58,238); }

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