Html Css Color HEX #211CCF Persian Blue

📋 copy color: '#211CCF'

red 33 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #211CCF

Tints of Persian Blue #211CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

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

R = 12.31%
G = 10.45%
B = 77.24%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#211CCF (or 0x211CCF) is known color: Persian Blue. HEX triplet: 21, 1C and CF. RGB value is (33,28,207). Sum of RGB (Red+Green+Blue) = 33+28+207=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #211CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CCF is #DEE330. Grayscale: #313131. Windows color (decimal): -14607153 or 13573153. OLE color: 13573153.

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

Color convert

RGB 33 28 207 -
CMYK 0.84 0.86 0 0.19
HSL 241.68º 0.76% 0.46% -
HSV(B) 241.68º 0.86% 0.81% -
XYZ 12.3 5.66 59.48 -
YUV 49.9 216.66 115.95 -
System Red Green Blue C M Y K H S L
Decimal 33 28 207 0.84 0.86 0 0.19 241.68 0.76 0.46
Hex 21 1C CF 54 56 0 13 F2 4C 2E
Octal 41 34 317 124 126 0 23 362 114 56
Binary 100001 11100 11001111 1010100 1010110 0 10011 11110010 1001100 101110

Color Harmonies of #211CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CCF

Black with #211CCF

Text Example


Text Example

White with #211CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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