Html Css Color HEX #2021CE Persian Blue

📋 copy color: '#2021CE'

red 32 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #2021CE

Tints of Persian Blue #2021CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.01%

R = 11.81%
G = 12.18%
B = 76.01%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2021CE (or 0x2021CE) is known color: Persian Blue. HEX triplet: 20, 21 and CE. RGB value is (32,33,206). Sum of RGB (Red+Green+Blue) = 32+33+206=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #2021CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021CE is #DFDE31. Grayscale: #333333. Windows color (decimal): -14671410 or 13508896. OLE color: 13508896.

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

Color convert

RGB 32 33 206 -
CMYK 0.84 0.84 0 0.19
HSL 239.66º 0.73% 0.47% -
HSV(B) 239.66º 0.84% 0.81% -
XYZ 12.28 5.85 58.87 -
YUV 52.42 214.67 113.43 -
System Red Green Blue C M Y K H S L
Decimal 32 33 206 0.84 0.84 0 0.19 239.66 0.73 0.47
Hex 20 21 CE 54 54 0 13 F0 49 2F
Octal 40 41 316 124 124 0 23 360 111 57
Binary 100000 100001 11001110 1010100 1010100 0 10011 11110000 1001001 101111

Color Harmonies of #2021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2021CE

Black with #2021CE

Text Example


Text Example

White with #2021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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