Html Css Color HEX #1E2ECD Persian Blue

📋 copy color: '#1E2ECD'

red 30 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #1E2ECD

Tints of Persian Blue #1E2ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.95%

R = 10.68%
G = 16.37%
B = 72.95%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E2ECD (or 0x1E2ECD) is known color: Persian Blue. HEX triplet: 1E, 2E and CD. RGB value is (30,46,205). Sum of RGB (Red+Green+Blue) = 30+46+205=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E2ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2ECD is #E1D132. Grayscale: #3A3A3A. Windows color (decimal): -14799155 or 13446686. OLE color: 13446686.

HSL color Cylindrical-coordinate representation of color #1E2ECD: hue angle of 234.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E2ECD is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 46 205 -
CMYK 0.85 0.78 0 0.20
HSL 234.51º 0.74% 0.46% -
HSV(B) 234.51º 0.85% 0.8% -
XYZ 12.53 6.64 58.38 -
YUV 59.34 210.2 107.07 -
System Red Green Blue C M Y K H S L
Decimal 30 46 205 0.85 0.78 0 0.20 234.51 0.74 0.46
Hex 1E 2E CD 55 4E 0 14 EB 4A 2E
Octal 36 56 315 125 116 0 24 353 112 56
Binary 11110 101110 11001101 1010101 1001110 0 10100 11101011 1001010 101110

Color Harmonies of #1E2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2ECD

Black with #1E2ECD

Text Example


Text Example

White with #1E2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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