Html Css Color HEX #1E21CD Persian Blue

📋 copy color: '#1E21CD'

red 30 ◦ green 33 ◦ blue 205

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

Shades of Persian Blue #1E21CD

Tints of Persian Blue #1E21CD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 11.19%
G = 12.31%
B = 76.49%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E21CD (or 0x1E21CD) is known color: Persian Blue. HEX triplet: 1E, 21 and CD. RGB value is (30,33,205). Sum of RGB (Red+Green+Blue) = 30+33+205=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E21CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E21CD is #E1DE32. Grayscale: #333333. Windows color (decimal): -14802483 or 13443358. OLE color: 13443358.

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

Color convert

RGB 30 33 205 -
CMYK 0.85 0.84 0 0.20
HSL 238.97º 0.74% 0.46% -
HSV(B) 238.97º 0.85% 0.8% -
XYZ 12.1 5.77 58.23 -
YUV 51.71 214.51 112.51 -
System Red Green Blue C M Y K H S L
Decimal 30 33 205 0.85 0.84 0 0.20 238.97 0.74 0.46
Hex 1E 21 CD 55 54 0 14 EF 4A 2E
Octal 36 41 315 125 124 0 24 357 112 56
Binary 11110 100001 11001101 1010101 1010100 0 10100 11101111 1001010 101110

Color Harmonies of #1E21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E21CD

Black with #1E21CD

Text Example


Text Example

White with #1E21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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