Html Css Color HEX #212ED6 Persian Blue

📋 copy color: '#212ED6'

red 33 ◦ green 46 ◦ blue 214

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

Shades of Persian Blue #212ED6

Tints of Persian Blue #212ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.04%

R = 11.26%
G = 15.7%
B = 73.04%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#212ED6 (or 0x212ED6) is known color: Persian Blue. HEX triplet: 21, 2E and D6. RGB value is (33,46,214). Sum of RGB (Red+Green+Blue) = 33+46+214=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 214 (83.98% from 255 or 73.04% from 293); Max value from RGB is 214 - color contains mainly: blue. Hex color #212ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ED6 is #DED129. Grayscale: #3C3C3C. Windows color (decimal): -14602538 or 14036513. OLE color: 14036513.

HSL color Cylindrical-coordinate representation of color #212ED6: hue angle of 235.69º 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 #212ED6 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 46 214 -
CMYK 0.85 0.79 0 0.16
HSL 235.69º 0.73% 0.48% -
HSV(B) 235.69º 0.85% 0.84% -
XYZ 13.74 7.13 64.27 -
YUV 61.27 214.19 107.84 -
System Red Green Blue C M Y K H S L
Decimal 33 46 214 0.85 0.79 0 0.16 235.69 0.73 0.48
Hex 21 2E D6 55 4F 0 10 EC 49 30
Octal 41 56 326 125 117 0 20 354 111 60
Binary 100001 101110 11010110 1010101 1001111 0 10000 11101100 1001001 110000

Color Harmonies of #212ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ED6

Black with #212ED6

Text Example


Text Example

White with #212ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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