Html Css Color HEX #211AD0 Persian Blue

📋 copy color: '#211AD0'

red 33 ◦ green 26 ◦ blue 208

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

Shades of Persian Blue #211AD0

Tints of Persian Blue #211AD0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 12.36%
G = 9.74%
B = 77.9%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#211AD0 (or 0x211AD0) is known color: Persian Blue. HEX triplet: 21, 1A and D0. RGB value is (33,26,208). Sum of RGB (Red+Green+Blue) = 33+26+208=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 208 (81.64% from 255 or 77.90% from 267); Max value from RGB is 208 - color contains mainly: blue. Hex color #211AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AD0 is #DEE52F. Grayscale: #303030. Windows color (decimal): -14607664 or 13638177. OLE color: 13638177.

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

Color convert

RGB 33 26 208 -
CMYK 0.84 0.88 0 0.18
HSL 242.31º 0.78% 0.46% -
HSV(B) 242.31º 0.88% 0.82% -
XYZ 12.38 5.62 60.11 -
YUV 48.84 217.82 116.7 -
System Red Green Blue C M Y K H S L
Decimal 33 26 208 0.84 0.88 0 0.18 242.31 0.78 0.46
Hex 21 1A D0 54 58 0 12 F2 4E 2E
Octal 41 32 320 124 130 0 22 362 116 56
Binary 100001 11010 11010000 1010100 1011000 0 10010 11110010 1001110 101110

Color Harmonies of #211AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AD0

Black with #211AD0

Text Example


Text Example

White with #211AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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