Html Css Color HEX #2020CF Persian Blue

📋 copy color: '#2020CF'

red 32 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #2020CF

Tints of Persian Blue #2020CF

RGB

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

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

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

R = 11.81%
G = 11.81%
B = 76.38%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2020CF (or 0x2020CF) is known color: Persian Blue. HEX triplet: 20, 20 and CF. RGB value is (32,32,207). Sum of RGB (Red+Green+Blue) = 32+32+207=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #2020CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2020CF is #DFDF30. Grayscale: #333333. Windows color (decimal): -14671665 or 13574176. OLE color: 13574176.

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

Color convert

RGB 32 32 207 -
CMYK 0.85 0.85 0 0.19
HSL 240º 0.73% 0.47% -
HSV(B) 240º 0.85% 0.81% -
XYZ 12.37 5.85 59.51 -
YUV 51.95 215.5 113.77 -
System Red Green Blue C M Y K H S L
Decimal 32 32 207 0.85 0.85 0 0.19 240 0.73 0.47
Hex 20 20 CF 55 55 0 13 F0 49 2F
Octal 40 40 317 125 125 0 23 360 111 57
Binary 100000 100000 11001111 1010101 1010101 0 10011 11110000 1001001 101111

Color Harmonies of #2020CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2020CF

Black with #2020CF

Text Example


Text Example

White with #2020CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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