Html Css Color HEX #1E2BDB Persian Blue

📋 copy color: '#1E2BDB'

red 30 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #1E2BDB

Tints of Persian Blue #1E2BDB

RGB

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

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

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

R = 10.27%
G = 14.73%
B = 75%

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

#1E2BDB (or 0x1E2BDB) is known color: Persian Blue. HEX triplet: 1E, 2B and DB. RGB value is (30,43,219). Sum of RGB (Red+Green+Blue) = 30+43+219=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2BDB is #E1D424. Grayscale: #3A3A3A. Windows color (decimal): -14799909 or 14363422. OLE color: 14363422.

HSL color Cylindrical-coordinate representation of color #1E2BDB: hue angle of 235.87º 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 #1E2BDB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 43 219 -
CMYK 0.86 0.80 0 0.14
HSL 235.87º 0.76% 0.49% -
HSV(B) 235.87º 0.86% 0.86% -
XYZ 14.19 7.12 67.64 -
YUV 59.18 218.19 107.19 -
System Red Green Blue C M Y K H S L
Decimal 30 43 219 0.86 0.80 0 0.14 235.87 0.76 0.49
Hex 1E 2B DB 56 50 0 E EC 4C 31
Octal 36 53 333 126 120 0 16 354 114 61
Binary 11110 101011 11011011 1010110 1010000 0 1110 11101100 1001100 110001

Color Harmonies of #1E2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BDB

Black with #1E2BDB

Text Example


Text Example

White with #1E2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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