Html Css Color HEX #1E2CD8 Persian Blue

📋 copy color: '#1E2CD8'

red 30 ◦ green 44 ◦ blue 216

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

Shades of Persian Blue #1E2CD8

Tints of Persian Blue #1E2CD8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 216 (84.77% from 255) = 74.48%

R = 10.34%
G = 15.17%
B = 74.48%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E2CD8 (or 0x1E2CD8) is known color: Persian Blue. HEX triplet: 1E, 2C and D8. RGB value is (30,44,216). Sum of RGB (Red+Green+Blue) = 30+44+216=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 216 (84.77% from 255 or 74.48% from 290); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E2CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2CD8 is #E1D327. Grayscale: #3A3A3A. Windows color (decimal): -14799656 or 14167070. OLE color: 14167070.

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

Color convert

RGB 30 44 216 -
CMYK 0.86 0.80 0 0.15
HSL 235.48º 0.76% 0.48% -
HSV(B) 235.48º 0.86% 0.85% -
XYZ 13.83 7.04 65.59 -
YUV 59.42 216.36 107.01 -
System Red Green Blue C M Y K H S L
Decimal 30 44 216 0.86 0.80 0 0.15 235.48 0.76 0.48
Hex 1E 2C D8 56 50 0 F EB 4C 30
Octal 36 54 330 126 120 0 17 353 114 60
Binary 11110 101100 11011000 1010110 1010000 0 1111 11101011 1001100 110000

Color Harmonies of #1E2CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2CD8

Black with #1E2CD8

Text Example


Text Example

White with #1E2CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,44,216); }

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

background-color css

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

 a { background-color: rgb(30,44,216); }

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

border-color css

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

 span { border-color: rgb(30,44,216); }

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