Html Css Color HEX #1E38CD Persian Blue

📋 copy color: '#1E38CD'

red 30 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1E38CD

Tints of Persian Blue #1E38CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

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

R = 10.31%
G = 19.24%
B = 70.45%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E38CD (or 0x1E38CD) is known color: Persian Blue. HEX triplet: 1E, 38 and CD. RGB value is (30,56,205). Sum of RGB (Red+Green+Blue) = 30+56+205=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E38CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E38CD is #E1C732. Grayscale: #404040. Windows color (decimal): -14796595 or 13449246. OLE color: 13449246.

HSL color Cylindrical-coordinate representation of color #1E38CD: hue angle of 231.09º 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 #1E38CD is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 56 205 -
CMYK 0.85 0.73 0 0.20
HSL 231.09º 0.74% 0.46% -
HSV(B) 231.09º 0.85% 0.8% -
XYZ 12.97 7.51 58.52 -
YUV 65.21 206.89 102.88 -
System Red Green Blue C M Y K H S L
Decimal 30 56 205 0.85 0.73 0 0.20 231.09 0.74 0.46
Hex 1E 38 CD 55 49 0 14 E7 4A 2E
Octal 36 70 315 125 111 0 24 347 112 56
Binary 11110 111000 11001101 1010101 1001001 0 10100 11100111 1001010 101110

Color Harmonies of #1E38CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E38CD

Black with #1E38CD

Text Example


Text Example

White with #1E38CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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