Html Css Color HEX #2021DB Persian Blue

📋 copy color: '#2021DB'

red 32 ◦ green 33 ◦ blue 219

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

Shades of Persian Blue #2021DB

Tints of Persian Blue #2021DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 11.27%
G = 11.62%
B = 77.11%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2021DB (or 0x2021DB) is known color: Persian Blue. HEX triplet: 20, 21 and DB. RGB value is (32,33,219). Sum of RGB (Red+Green+Blue) = 32+33+219=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #2021DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021DB is #DFDE24. Grayscale: #353535. Windows color (decimal): -14671397 or 14360864. OLE color: 14360864.

HSL color Cylindrical-coordinate representation of color #2021DB: hue angle of 239.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2021DB is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 33 219 -
CMYK 0.85 0.85 0 0.14
HSL 239.68º 0.75% 0.49% -
HSV(B) 239.68º 0.85% 0.86% -
XYZ 13.93 6.51 67.54 -
YUV 53.91 221.17 112.38 -
System Red Green Blue C M Y K H S L
Decimal 32 33 219 0.85 0.85 0 0.14 239.68 0.75 0.49
Hex 20 21 DB 55 55 0 E F0 4B 31
Octal 40 41 333 125 125 0 16 360 113 61
Binary 100000 100001 11011011 1010101 1010101 0 1110 11110000 1001011 110001

Color Harmonies of #2021DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2021DB

Black with #2021DB

Text Example


Text Example

White with #2021DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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