Html Css Color HEX #1E21CE Persian Blue

📋 copy color: '#1E21CE'

red 30 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #1E21CE

Tints of Persian Blue #1E21CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 11.15%
G = 12.27%
B = 76.58%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E21CE (or 0x1E21CE) is known color: Persian Blue. HEX triplet: 1E, 21 and CE. RGB value is (30,33,206). Sum of RGB (Red+Green+Blue) = 30+33+206=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E21CE is #E1DE31. Grayscale: #333333. Windows color (decimal): -14802482 or 13508894. OLE color: 13508894.

HSL color Cylindrical-coordinate representation of color #1E21CE: hue angle of 238.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E21CE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 33 206 -
CMYK 0.85 0.84 0 0.19
HSL 238.98º 0.75% 0.46% -
HSV(B) 238.98º 0.85% 0.81% -
XYZ 12.22 5.82 58.87 -
YUV 51.83 215.01 112.43 -
System Red Green Blue C M Y K H S L
Decimal 30 33 206 0.85 0.84 0 0.19 238.98 0.75 0.46
Hex 1E 21 CE 55 54 0 13 EF 4B 2E
Octal 36 41 316 125 124 0 23 357 113 56
Binary 11110 100001 11001110 1010101 1010100 0 10011 11101111 1001011 101110

Color Harmonies of #1E21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E21CE

Black with #1E21CE

Text Example


Text Example

White with #1E21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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