Html Css Color HEX #2021BE Persian Blue

📋 copy color: '#2021BE'

red 32 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #2021BE

Tints of Persian Blue #2021BE

RGB

 RED value IS 32 (12.89% from 255) = 12.55%

 GREEN value IS 33 (13.28% from 255) = 12.94%

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 12.55%
G = 12.94%
B = 74.51%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2021BE (or 0x2021BE) is known color: Persian Blue. HEX triplet: 20, 21 and BE. RGB value is (32,33,190). Sum of RGB (Red+Green+Blue) = 32+33+190=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #2021BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021BE is #DFDE41. Grayscale: #313131. Windows color (decimal): -14671426 or 12460320. OLE color: 12460320.

HSL color Cylindrical-coordinate representation of color #2021BE: hue angle of 239.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2021BE is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 33 190 -
CMYK 0.83 0.83 0 0.25
HSL 239.62º 0.71% 0.44% -
HSV(B) 239.62º 0.83% 0.75% -
XYZ 10.43 5.11 49.15 -
YUV 50.6 206.67 114.73 -
System Red Green Blue C M Y K H S L
Decimal 32 33 190 0.83 0.83 0 0.25 239.62 0.71 0.44
Hex 20 21 BE 53 53 0 19 F0 47 2C
Octal 40 41 276 123 123 0 31 360 107 54
Binary 100000 100001 10111110 1010011 1010011 0 11001 11110000 1000111 101100

Color Harmonies of #2021BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2021BE

Black with #2021BE

Text Example


Text Example

White with #2021BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2021BE; }

 p { color: rgb(32,33,190); }

 H1.HeaderClassName
 {
   color: #2021BE;
 }
 .AnyTagClassName
 {
   color: #2021BE;
 }
</style>

background-color css

<style>
 a { background-color: #2021BE; }

 a { background-color: rgb(32,33,190); }

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

border-color css

<style>
 span { border-color: #2021BE; }

 span { border-color: rgb(32,33,190); }

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