Html Css Color HEX #212ED5 Persian Blue

📋 copy color: '#212ED5'

red 33 ◦ green 46 ◦ blue 213

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

Shades of Persian Blue #212ED5

Tints of Persian Blue #212ED5

RGB

 RED value IS 33 (13.28% from 255) = 11.3%

 GREEN value IS 46 (18.36% from 255) = 15.75%

 BLUE value IS 213 (83.59% from 255) = 72.95%

R = 11.3%
G = 15.75%
B = 72.95%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#212ED5 (or 0x212ED5) is known color: Persian Blue. HEX triplet: 21, 2E and D5. RGB value is (33,46,213). Sum of RGB (Red+Green+Blue) = 33+46+213=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 213 (83.59% from 255 or 72.95% from 292); Max value from RGB is 213 - color contains mainly: blue. Hex color #212ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ED5 is #DED12A. Grayscale: #3C3C3C. Windows color (decimal): -14602539 or 13970977. OLE color: 13970977.

HSL color Cylindrical-coordinate representation of color #212ED5: hue angle of 235.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212ED5 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 46 213 -
CMYK 0.85 0.78 0 0.16
HSL 235.67º 0.73% 0.48% -
HSV(B) 235.67º 0.85% 0.84% -
XYZ 13.61 7.08 63.6 -
YUV 61.15 213.69 107.92 -
System Red Green Blue C M Y K H S L
Decimal 33 46 213 0.85 0.78 0 0.16 235.67 0.73 0.48
Hex 21 2E D5 55 4E 0 10 EC 49 30
Octal 41 56 325 125 116 0 20 354 111 60
Binary 100001 101110 11010101 1010101 1001110 0 10000 11101100 1001001 110000

Color Harmonies of #212ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ED5

Black with #212ED5

Text Example


Text Example

White with #212ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212ED5; }

 p { color: rgb(33,46,213); }

 H1.HeaderClassName
 {
   color: #212ED5;
 }
 .AnyTagClassName
 {
   color: #212ED5;
 }
</style>

background-color css

<style>
 a { background-color: #212ED5; }

 a { background-color: rgb(33,46,213); }

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

border-color css

<style>
 span { border-color: #212ED5; }

 span { border-color: rgb(33,46,213); }

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