Html Css Color HEX #212ED2 Persian Blue

📋 copy color: '#212ED2'

red 33 ◦ green 46 ◦ blue 210

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

Shades of Persian Blue #212ED2

Tints of Persian Blue #212ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 11.42%
G = 15.92%
B = 72.66%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#212ED2 (or 0x212ED2) is known color: Persian Blue. HEX triplet: 21, 2E and D2. RGB value is (33,46,210). Sum of RGB (Red+Green+Blue) = 33+46+210=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #212ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ED2 is #DED12D. Grayscale: #3C3C3C. Windows color (decimal): -14602542 or 13774369. OLE color: 13774369.

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

Color convert

RGB 33 46 210 -
CMYK 0.84 0.78 0 0.18
HSL 235.59º 0.73% 0.48% -
HSV(B) 235.59º 0.84% 0.82% -
XYZ 13.24 6.93 61.61 -
YUV 60.81 212.19 108.16 -
System Red Green Blue C M Y K H S L
Decimal 33 46 210 0.84 0.78 0 0.18 235.59 0.73 0.48
Hex 21 2E D2 54 4E 0 12 EC 49 30
Octal 41 56 322 124 116 0 22 354 111 60
Binary 100001 101110 11010010 1010100 1001110 0 10010 11101100 1001001 110000

Color Harmonies of #212ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ED2

Black with #212ED2

Text Example


Text Example

White with #212ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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