Html Css Color HEX #2020CC Persian Blue

📋 copy color: '#2020CC'

red 32 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #2020CC

Tints of Persian Blue #2020CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 11.94%
G = 11.94%
B = 76.12%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2020CC (or 0x2020CC) is known color: Persian Blue. HEX triplet: 20, 20 and CC. RGB value is (32,32,204). Sum of RGB (Red+Green+Blue) = 32+32+204=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #2020CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2020CC is #DFDF33. Grayscale: #323232. Windows color (decimal): -14671668 or 13377568. OLE color: 13377568.

HSL color Cylindrical-coordinate representation of color #2020CC: hue angle of 240º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2020CC is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 32 204 -
CMYK 0.84 0.84 0 0.2
HSL 240º 0.73% 0.46% -
HSV(B) 240º 0.84% 0.8% -
XYZ 12.01 5.7 57.59 -
YUV 51.61 214 114.01 -
System Red Green Blue C M Y K H S L
Decimal 32 32 204 0.84 0.84 0 0.2 240 0.73 0.46
Hex 20 20 CC 54 54 0 14 F0 49 2E
Octal 40 40 314 124 124 0 24 360 111 56
Binary 100000 100000 11001100 1010100 1010100 0 10100 11110000 1001001 101110

Color Harmonies of #2020CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2020CC

Black with #2020CC

Text Example


Text Example

White with #2020CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2020CC; }

 p { color: rgb(32,32,204); }

 H1.HeaderClassName
 {
   color: #2020CC;
 }
 .AnyTagClassName
 {
   color: #2020CC;
 }
</style>

background-color css

<style>
 a { background-color: #2020CC; }

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

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

border-color css

<style>
 span { border-color: #2020CC; }

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

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