Html Css Color HEX #1E2BEF Persian Blue

📋 copy color: '#1E2BEF'

red 30 ◦ green 43 ◦ blue 239

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

Shades of Persian Blue #1E2BEF

Tints of Persian Blue #1E2BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 9.62%
G = 13.78%
B = 76.6%

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

#1E2BEF (or 0x1E2BEF) is known color: Persian Blue. HEX triplet: 1E, 2B and EF. RGB value is (30,43,239). Sum of RGB (Red+Green+Blue) = 30+43+239=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2BEF is #E1D410. Grayscale: #3C3C3C. Windows color (decimal): -14799889 or 15674142. OLE color: 15674142.

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

Color convert

RGB 30 43 239 -
CMYK 0.87 0.82 0 0.06
HSL 236.27º 0.87% 0.53% -
HSV(B) 236.27º 0.87% 0.94% -
XYZ 16.98 8.24 82.36 -
YUV 61.46 228.19 105.56 -
System Red Green Blue C M Y K H S L
Decimal 30 43 239 0.87 0.82 0 0.06 236.27 0.87 0.53
Hex 1E 2B EF 57 52 0 6 EC 57 35
Octal 36 53 357 127 122 0 6 354 127 65
Binary 11110 101011 11101111 1010111 1010010 0 110 11101100 1010111 110101

Color Harmonies of #1E2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BEF

Black with #1E2BEF

Text Example


Text Example

White with #1E2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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