Html Css Color HEX #211ED0 Persian Blue

📋 copy color: '#211ED0'

red 33 ◦ green 30 ◦ blue 208

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

Shades of Persian Blue #211ED0

Tints of Persian Blue #211ED0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 208 (81.64% from 255) = 76.75%

R = 12.18%
G = 11.07%
B = 76.75%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#211ED0 (or 0x211ED0) is known color: Persian Blue. HEX triplet: 21, 1E and D0. RGB value is (33,30,208). Sum of RGB (Red+Green+Blue) = 33+30+208=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 208 (81.64% from 255 or 76.75% from 271); Max value from RGB is 208 - color contains mainly: blue. Hex color #211ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ED0 is #DEE12F. Grayscale: #323232. Windows color (decimal): -14606640 or 13639201. OLE color: 13639201.

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

Color convert

RGB 33 30 208 -
CMYK 0.84 0.86 0 0.18
HSL 241.01º 0.75% 0.47% -
HSV(B) 241.01º 0.86% 0.82% -
XYZ 12.48 5.81 60.14 -
YUV 51.19 216.49 115.03 -
System Red Green Blue C M Y K H S L
Decimal 33 30 208 0.84 0.86 0 0.18 241.01 0.75 0.47
Hex 21 1E D0 54 56 0 12 F1 4B 2F
Octal 41 36 320 124 126 0 22 361 113 57
Binary 100001 11110 11010000 1010100 1010110 0 10010 11110001 1001011 101111

Color Harmonies of #211ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ED0

Black with #211ED0

Text Example


Text Example

White with #211ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211ED0; }

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

 H1.HeaderClassName
 {
   color: #211ED0;
 }
 .AnyTagClassName
 {
   color: #211ED0;
 }
</style>

background-color css

<style>
 a { background-color: #211ED0; }

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

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

border-color css

<style>
 span { border-color: #211ED0; }

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

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