Html Css Color HEX #1E2CEF Persian Blue

📋 copy color: '#1E2CEF'

red 30 ◦ green 44 ◦ blue 239

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

Shades of Persian Blue #1E2CEF

Tints of Persian Blue #1E2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

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

R = 9.58%
G = 14.06%
B = 76.36%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E2CEF (or 0x1E2CEF) is known color: Persian Blue. HEX triplet: 1E, 2C and EF. RGB value is (30,44,239). Sum of RGB (Red+Green+Blue) = 30+44+239=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2CEF is #E1D310. Grayscale: #3D3D3D. Windows color (decimal): -14799633 or 15674398. OLE color: 15674398.

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

Color convert

RGB 30 44 239 -
CMYK 0.87 0.82 0 0.06
HSL 235.98º 0.87% 0.53% -
HSV(B) 235.98º 0.87% 0.94% -
XYZ 17.02 8.31 82.37 -
YUV 62.04 227.86 105.14 -
System Red Green Blue C M Y K H S L
Decimal 30 44 239 0.87 0.82 0 0.06 235.98 0.87 0.53
Hex 1E 2C EF 57 52 0 6 EC 57 35
Octal 36 54 357 127 122 0 6 354 127 65
Binary 11110 101100 11101111 1010111 1010010 0 110 11101100 1010111 110101

Color Harmonies of #1E2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2CEF

Black with #1E2CEF

Text Example


Text Example

White with #1E2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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