Html Css Color HEX #1E44DA Persian Blue

📋 copy color: '#1E44DA'

red 30 ◦ green 68 ◦ blue 218

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

Shades of Persian Blue #1E44DA

Tints of Persian Blue #1E44DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 9.49%
G = 21.52%
B = 68.99%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E44DA (or 0x1E44DA) is known color: Persian Blue. HEX triplet: 1E, 44 and DA. RGB value is (30,68,218). Sum of RGB (Red+Green+Blue) = 30+68+218=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E44DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E44DA is #E1BB25. Grayscale: #494949. Windows color (decimal): -14793510 or 14304286. OLE color: 14304286.

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

Color convert

RGB 30 68 218 -
CMYK 0.86 0.69 0 0.15
HSL 227.87º 0.76% 0.49% -
HSV(B) 227.87º 0.86% 0.85% -
XYZ 15.26 9.47 67.35 -
YUV 73.74 209.41 96.8 -
System Red Green Blue C M Y K H S L
Decimal 30 68 218 0.86 0.69 0 0.15 227.87 0.76 0.49
Hex 1E 44 DA 56 45 0 F E4 4C 31
Octal 36 104 332 126 105 0 17 344 114 61
Binary 11110 1000100 11011010 1010110 1000101 0 1111 11100100 1001100 110001

Color Harmonies of #1E44DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E44DA

Black with #1E44DA

Text Example


Text Example

White with #1E44DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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