Html Css Color HEX #1E29DB Persian Blue

📋 copy color: '#1E29DB'

red 30 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #1E29DB

Tints of Persian Blue #1E29DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

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

R = 10.34%
G = 14.14%
B = 75.52%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E29DB (or 0x1E29DB) is known color: Persian Blue. HEX triplet: 1E, 29 and DB. RGB value is (30,41,219). Sum of RGB (Red+Green+Blue) = 30+41+219=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E29DB is #E1D624. Grayscale: #393939. Windows color (decimal): -14800421 or 14362910. OLE color: 14362910.

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

Color convert

RGB 30 41 219 -
CMYK 0.86 0.81 0 0.14
HSL 236.51º 0.76% 0.49% -
HSV(B) 236.51º 0.86% 0.86% -
XYZ 14.11 6.98 67.62 -
YUV 58 218.86 108.03 -
System Red Green Blue C M Y K H S L
Decimal 30 41 219 0.86 0.81 0 0.14 236.51 0.76 0.49
Hex 1E 29 DB 56 51 0 E ED 4C 31
Octal 36 51 333 126 121 0 16 355 114 61
Binary 11110 101001 11011011 1010110 1010001 0 1110 11101101 1001100 110001

Color Harmonies of #1E29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E29DB

Black with #1E29DB

Text Example


Text Example

White with #1E29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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