Html Css Color HEX #1E3ACD Persian Blue

📋 copy color: '#1E3ACD'

red 30 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #1E3ACD

Tints of Persian Blue #1E3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 10.24%
G = 19.8%
B = 69.97%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E3ACD (or 0x1E3ACD) is known color: Persian Blue. HEX triplet: 1E, 3A and CD. RGB value is (30,58,205). Sum of RGB (Red+Green+Blue) = 30+58+205=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3ACD is #E1C532. Grayscale: #414141. Windows color (decimal): -14796083 or 13449758. OLE color: 13449758.

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

Color convert

RGB 30 58 205 -
CMYK 0.85 0.72 0 0.20
HSL 230.4º 0.74% 0.46% -
HSV(B) 230.4º 0.85% 0.8% -
XYZ 13.07 7.71 58.56 -
YUV 66.39 206.22 102.05 -
System Red Green Blue C M Y K H S L
Decimal 30 58 205 0.85 0.72 0 0.20 230.4 0.74 0.46
Hex 1E 3A CD 55 48 0 14 E6 4A 2E
Octal 36 72 315 125 110 0 24 346 112 56
Binary 11110 111010 11001101 1010101 1001000 0 10100 11100110 1001010 101110

Color Harmonies of #1E3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3ACD

Black with #1E3ACD

Text Example


Text Example

White with #1E3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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