Html Css Color HEX #1E2EEF Persian Blue

📋 copy color: '#1E2EEF'

red 30 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #1E2EEF

Tints of Persian Blue #1E2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 239 (93.75% from 255) = 75.87%

R = 9.52%
G = 14.6%
B = 75.87%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E2EEF (or 0x1E2EEF) is known color: Persian Blue. HEX triplet: 1E, 2E and EF. RGB value is (30,46,239). Sum of RGB (Red+Green+Blue) = 30+46+239=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2EEF is #E1D110. Grayscale: #3E3E3E. Windows color (decimal): -14799121 or 15674910. OLE color: 15674910.

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

Color convert

RGB 30 46 239 -
CMYK 0.87 0.81 0 0.06
HSL 235.41º 0.87% 0.53% -
HSV(B) 235.41º 0.87% 0.94% -
XYZ 17.09 8.46 82.39 -
YUV 63.22 227.2 104.31 -
System Red Green Blue C M Y K H S L
Decimal 30 46 239 0.87 0.81 0 0.06 235.41 0.87 0.53
Hex 1E 2E EF 57 51 0 6 EB 57 35
Octal 36 56 357 127 121 0 6 353 127 65
Binary 11110 101110 11101111 1010111 1010001 0 110 11101011 1010111 110101

Color Harmonies of #1E2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2EEF

Black with #1E2EEF

Text Example


Text Example

White with #1E2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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