Html Css Color HEX #211FCD Persian Blue

📋 copy color: '#211FCD'

red 33 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #211FCD

Tints of Persian Blue #211FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 12.27%
G = 11.52%
B = 76.21%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#211FCD (or 0x211FCD) is known color: Persian Blue. HEX triplet: 21, 1F and CD. RGB value is (33,31,205). Sum of RGB (Red+Green+Blue) = 33+31+205=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #211FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCD is #DEE032. Grayscale: #323232. Windows color (decimal): -14606387 or 13442849. OLE color: 13442849.

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

Color convert

RGB 33 31 205 -
CMYK 0.84 0.85 0 0.20
HSL 240.69º 0.74% 0.46% -
HSV(B) 240.69º 0.85% 0.8% -
XYZ 12.14 5.71 58.22 -
YUV 51.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 33 31 205 0.84 0.85 0 0.20 240.69 0.74 0.46
Hex 21 1F CD 54 55 0 14 F1 4A 2E
Octal 41 37 315 124 125 0 24 361 112 56
Binary 100001 11111 11001101 1010100 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #211FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FCD

Black with #211FCD

Text Example


Text Example

White with #211FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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