Html Css Color HEX #211FD2 Persian Blue

📋 copy color: '#211FD2'

red 33 ◦ green 31 ◦ blue 210

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

Shades of Persian Blue #211FD2

Tints of Persian Blue #211FD2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

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

R = 12.04%
G = 11.31%
B = 76.64%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#211FD2 (or 0x211FD2) is known color: Persian Blue. HEX triplet: 21, 1F and D2. RGB value is (33,31,210). Sum of RGB (Red+Green+Blue) = 33+31+210=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 210 (82.42% from 255 or 76.64% from 274); Max value from RGB is 210 - color contains mainly: blue. Hex color #211FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FD2 is #DEE02D. Grayscale: #333333. Windows color (decimal): -14606382 or 13770529. OLE color: 13770529.

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

Color convert

RGB 33 31 210 -
CMYK 0.84 0.85 0 0.18
HSL 240.67º 0.74% 0.47% -
HSV(B) 240.67º 0.85% 0.82% -
XYZ 12.75 5.96 61.45 -
YUV 52 217.16 114.45 -
System Red Green Blue C M Y K H S L
Decimal 33 31 210 0.84 0.85 0 0.18 240.67 0.74 0.47
Hex 21 1F D2 54 55 0 12 F1 4A 2F
Octal 41 37 322 124 125 0 22 361 112 57
Binary 100001 11111 11010010 1010100 1010101 0 10010 11110001 1001010 101111

Color Harmonies of #211FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FD2

Black with #211FD2

Text Example


Text Example

White with #211FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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