Html Css Color HEX #1E2CDB Persian Blue

📋 copy color: '#1E2CDB'

red 30 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #1E2CDB

Tints of Persian Blue #1E2CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.74%

R = 10.24%
G = 15.02%
B = 74.74%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E2CDB (or 0x1E2CDB) is known color: Persian Blue. HEX triplet: 1E, 2C and DB. RGB value is (30,44,219). Sum of RGB (Red+Green+Blue) = 30+44+219=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E2CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2CDB is #E1D324. Grayscale: #3B3B3B. Windows color (decimal): -14799653 or 14363678. OLE color: 14363678.

HSL color Cylindrical-coordinate representation of color #1E2CDB: hue angle of 235.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2CDB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 44 219 -
CMYK 0.86 0.80 0 0.14
HSL 235.56º 0.76% 0.49% -
HSV(B) 235.56º 0.86% 0.86% -
XYZ 14.22 7.19 67.66 -
YUV 59.76 217.86 106.77 -
System Red Green Blue C M Y K H S L
Decimal 30 44 219 0.86 0.80 0 0.14 235.56 0.76 0.49
Hex 1E 2C DB 56 50 0 E EC 4C 31
Octal 36 54 333 126 120 0 16 354 114 61
Binary 11110 101100 11011011 1010110 1010000 0 1110 11101100 1001100 110001

Color Harmonies of #1E2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2CDB

Black with #1E2CDB

Text Example


Text Example

White with #1E2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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