Html Css Color HEX #1E44CD Persian Blue

📋 copy color: '#1E44CD'

red 30 ◦ green 68 ◦ blue 205

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

Shades of Persian Blue #1E44CD

Tints of Persian Blue #1E44CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 9.9%
G = 22.44%
B = 67.66%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E44CD (or 0x1E44CD) is known color: Persian Blue. HEX triplet: 1E, 44 and CD. RGB value is (30,68,205). Sum of RGB (Red+Green+Blue) = 30+68+205=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E44CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E44CD is #E1BB32. Grayscale: #474747. Windows color (decimal): -14793523 or 13452318. OLE color: 13452318.

HSL color Cylindrical-coordinate representation of color #1E44CD: hue angle of 226.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E44CD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 68 205 -
CMYK 0.85 0.67 0 0.20
HSL 226.97º 0.74% 0.46% -
HSV(B) 226.97º 0.85% 0.8% -
XYZ 13.62 8.82 58.74 -
YUV 72.26 202.91 97.86 -
System Red Green Blue C M Y K H S L
Decimal 30 68 205 0.85 0.67 0 0.20 226.97 0.74 0.46
Hex 1E 44 CD 55 43 0 14 E3 4A 2E
Octal 36 104 315 125 103 0 24 343 112 56
Binary 11110 1000100 11001101 1010101 1000011 0 10100 11100011 1001010 101110

Color Harmonies of #1E44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E44CD

Black with #1E44CD

Text Example


Text Example

White with #1E44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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