Html Css Color HEX #1E2BEE Persian Blue

📋 copy color: '#1E2BEE'

red 30 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #1E2BEE

Tints of Persian Blue #1E2BEE

RGB

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

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

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

R = 9.65%
G = 13.83%
B = 76.53%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1E2BEE (or 0x1E2BEE) is known color: Persian Blue. HEX triplet: 1E, 2B and EE. RGB value is (30,43,238). Sum of RGB (Red+Green+Blue) = 30+43+238=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E2BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2BEE is #E1D411. Grayscale: #3C3C3C. Windows color (decimal): -14799890 or 15608606. OLE color: 15608606.

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

Color convert

RGB 30 43 238 -
CMYK 0.87 0.82 0 0.07
HSL 236.25º 0.86% 0.53% -
HSV(B) 236.25º 0.87% 0.93% -
XYZ 16.83 8.18 81.58 -
YUV 61.34 227.69 105.64 -
System Red Green Blue C M Y K H S L
Decimal 30 43 238 0.87 0.82 0 0.07 236.25 0.86 0.53
Hex 1E 2B EE 57 52 0 7 EC 56 35
Octal 36 53 356 127 122 0 7 354 126 65
Binary 11110 101011 11101110 1010111 1010010 0 111 11101100 1010110 110101

Color Harmonies of #1E2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BEE

Black with #1E2BEE

Text Example


Text Example

White with #1E2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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