Html Css Color HEX #212ED1 Persian Blue

📋 copy color: '#212ED1'

red 33 ◦ green 46 ◦ blue 209

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

Shades of Persian Blue #212ED1

Tints of Persian Blue #212ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 72.57%

R = 11.46%
G = 15.97%
B = 72.57%

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

#212ED1 (or 0x212ED1) is known color: Persian Blue. HEX triplet: 21, 2E and D1. RGB value is (33,46,209). Sum of RGB (Red+Green+Blue) = 33+46+209=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 209 (82.03% from 255 or 72.57% from 288); Max value from RGB is 209 - color contains mainly: blue. Hex color #212ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ED1 is #DED12E. Grayscale: #3C3C3C. Windows color (decimal): -14602543 or 13708833. OLE color: 13708833.

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

Color convert

RGB 33 46 209 -
CMYK 0.84 0.78 0 0.18
HSL 235.57º 0.73% 0.47% -
HSV(B) 235.57º 0.84% 0.82% -
XYZ 13.11 6.88 60.96 -
YUV 60.7 211.69 108.25 -
System Red Green Blue C M Y K H S L
Decimal 33 46 209 0.84 0.78 0 0.18 235.57 0.73 0.47
Hex 21 2E D1 54 4E 0 12 EC 49 2F
Octal 41 56 321 124 116 0 22 354 111 57
Binary 100001 101110 11010001 1010100 1001110 0 10010 11101100 1001001 101111

Color Harmonies of #212ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ED1

Black with #212ED1

Text Example


Text Example

White with #212ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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