Html Css Color HEX #211FCF Persian Blue

📋 copy color: '#211FCF'

red 33 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #211FCF

Tints of Persian Blue #211FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 12.18%
G = 11.44%
B = 76.38%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#211FCF (or 0x211FCF) is known color: Persian Blue. HEX triplet: 21, 1F and CF. RGB value is (33,31,207). Sum of RGB (Red+Green+Blue) = 33+31+207=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #211FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCF is #DEE030. Grayscale: #323232. Windows color (decimal): -14606385 or 13573921. OLE color: 13573921.

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

Color convert

RGB 33 31 207 -
CMYK 0.84 0.85 0 0.19
HSL 240.68º 0.74% 0.47% -
HSV(B) 240.68º 0.85% 0.81% -
XYZ 12.38 5.81 59.5 -
YUV 51.66 215.66 114.69 -
System Red Green Blue C M Y K H S L
Decimal 33 31 207 0.84 0.85 0 0.19 240.68 0.74 0.47
Hex 21 1F CF 54 55 0 13 F1 4A 2F
Octal 41 37 317 124 125 0 23 361 112 57
Binary 100001 11111 11001111 1010100 1010101 0 10011 11110001 1001010 101111

Color Harmonies of #211FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FCF

Black with #211FCF

Text Example


Text Example

White with #211FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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