Html Css Color HEX #211BCF Persian Blue

📋 copy color: '#211BCF'

red 33 ◦ green 27 ◦ blue 207

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

Shades of Persian Blue #211BCF

Tints of Persian Blue #211BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

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

R = 12.36%
G = 10.11%
B = 77.53%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#211BCF (or 0x211BCF) is known color: Persian Blue. HEX triplet: 21, 1B and CF. RGB value is (33,27,207). Sum of RGB (Red+Green+Blue) = 33+27+207=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #211BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BCF is #DEE430. Grayscale: #303030. Windows color (decimal): -14607409 or 13572897. OLE color: 13572897.

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

Color convert

RGB 33 27 207 -
CMYK 0.84 0.87 0 0.19
HSL 242º 0.77% 0.46% -
HSV(B) 242º 0.87% 0.81% -
XYZ 12.28 5.61 59.47 -
YUV 49.31 216.99 116.36 -
System Red Green Blue C M Y K H S L
Decimal 33 27 207 0.84 0.87 0 0.19 242 0.77 0.46
Hex 21 1B CF 54 57 0 13 F2 4D 2E
Octal 41 33 317 124 127 0 23 362 115 56
Binary 100001 11011 11001111 1010100 1010111 0 10011 11110010 1001101 101110

Color Harmonies of #211BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BCF

Black with #211BCF

Text Example


Text Example

White with #211BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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