Html Css Color HEX #1E44DC Persian Blue

📋 copy color: '#1E44DC'

red 30 ◦ green 68 ◦ blue 220

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

Shades of Persian Blue #1E44DC

Tints of Persian Blue #1E44DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

 BLUE value IS 220 (86.33% from 255) = 69.18%

R = 9.43%
G = 21.38%
B = 69.18%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E44DC (or 0x1E44DC) is known color: Persian Blue. HEX triplet: 1E, 44 and DC. RGB value is (30,68,220). Sum of RGB (Red+Green+Blue) = 30+68+220=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E44DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E44DC is #E1BB23. Grayscale: #494949. Windows color (decimal): -14793508 or 14435358. OLE color: 14435358.

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

Color convert

RGB 30 68 220 -
CMYK 0.86 0.69 0 0.14
HSL 228º 0.76% 0.49% -
HSV(B) 228º 0.86% 0.86% -
XYZ 15.52 9.58 68.74 -
YUV 73.97 210.41 96.64 -
System Red Green Blue C M Y K H S L
Decimal 30 68 220 0.86 0.69 0 0.14 228 0.76 0.49
Hex 1E 44 DC 56 45 0 E E4 4C 31
Octal 36 104 334 126 105 0 16 344 114 61
Binary 11110 1000100 11011100 1010110 1000101 0 1110 11100100 1001100 110001

Color Harmonies of #1E44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E44DC

Black with #1E44DC

Text Example


Text Example

White with #1E44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,68,220); }

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

background-color css

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

 a { background-color: rgb(30,68,220); }

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

border-color css

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

 span { border-color: rgb(30,68,220); }

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