Html Css Color HEX #1E2FEF Persian Blue

📋 copy color: '#1E2FEF'

red 30 ◦ green 47 ◦ blue 239

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

Shades of Persian Blue #1E2FEF

Tints of Persian Blue #1E2FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 9.49%
G = 14.87%
B = 75.63%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E2FEF (or 0x1E2FEF) is known color: Persian Blue. HEX triplet: 1E, 2F and EF. RGB value is (30,47,239). Sum of RGB (Red+Green+Blue) = 30+47+239=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2FEF is #E1D010. Grayscale: #3F3F3F. Windows color (decimal): -14798865 or 15675166. OLE color: 15675166.

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

Color convert

RGB 30 47 239 -
CMYK 0.87 0.80 0 0.06
HSL 235.12º 0.87% 0.53% -
HSV(B) 235.12º 0.87% 0.94% -
XYZ 17.13 8.54 82.41 -
YUV 63.81 226.87 103.89 -
System Red Green Blue C M Y K H S L
Decimal 30 47 239 0.87 0.80 0 0.06 235.12 0.87 0.53
Hex 1E 2F EF 57 50 0 6 EB 57 35
Octal 36 57 357 127 120 0 6 353 127 65
Binary 11110 101111 11101111 1010111 1010000 0 110 11101011 1010111 110101

Color Harmonies of #1E2FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2FEF

Black with #1E2FEF

Text Example


Text Example

White with #1E2FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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